Files
react-test/docs/pages/careers/account-manager.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
239 B
JavaScript
Raw Permalink Normal View History

2025-12-12 14:26:25 +09:00
import TopLayoutCareers from 'docs/src/modules/components/TopLayoutCareers';
import * as pageProps from 'docs/pages/careers/account-manager.md?muiMarkdown';
export default function Page() {
return <TopLayoutCareers {...pageProps} />;
}