7 lines
247 B
JavaScript
7 lines
247 B
JavaScript
|
|
import TopLayoutCareers from 'docs/src/modules/components/TopLayoutCareers';
|
||
|
|
import * as pageProps from '../../pages/careers/product-engineer-store.md?muiMarkdown';
|
||
|
|
|
||
|
|
export default function Page() {
|
||
|
|
return <TopLayoutCareers {...pageProps} />;
|
||
|
|
}
|