mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
12 lines
230 B
TypeScript
12 lines
230 B
TypeScript
import RUASandpack from 'components/RUA/RUASandpack';
|
|
import Anchor from 'components/mdx/Anchor';
|
|
import Image from 'components/mdx/Image';
|
|
|
|
const components = {
|
|
RUASandpack,
|
|
a: Anchor,
|
|
Image,
|
|
};
|
|
|
|
export default components;
|