supMDX/components/MDXRoot.tsx

5 lines
118 B
TypeScript
Raw Permalink Normal View History

2023-02-17 04:47:29 +09:00
import {MDXPageFactory} from '@sup39/mdx-page';
2023-02-16 09:54:31 +09:00
import config from '#config';
2022-11-04 21:44:29 +09:00
2023-02-16 09:54:31 +09:00
export default MDXPageFactory(config);