mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
Change way to import images
This commit is contained in:
@ -3,6 +3,7 @@ import Anchor from 'components/mdx/Anchor';
|
||||
import Image from 'components/mdx/Image';
|
||||
import Tab from 'components/RUA/tab';
|
||||
import TabItem from 'components/RUA/tab/TabItem';
|
||||
import RUACodeSandbox from 'components/RUA/RUACodeSandbox';
|
||||
|
||||
const components = {
|
||||
RUASandpack,
|
||||
@ -10,6 +11,7 @@ const components = {
|
||||
Image,
|
||||
Tab,
|
||||
TabItem,
|
||||
RUACodeSandbox,
|
||||
};
|
||||
|
||||
export default components;
|
||||
|
Reference in New Issue
Block a user