mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Add necessary components and embeds for content
This commit is contained in:
+10
-1
@@ -1,7 +1,16 @@
|
|||||||
|
import { CodePen, Gist, YouTube, CodeSandbox, Vimeo, Tweet } from 'mdx-embed';
|
||||||
import Image from 'next/image';
|
import Image from 'next/image';
|
||||||
|
import MDXButton from './MDXButton';
|
||||||
|
|
||||||
const All = {
|
const All = {
|
||||||
Image
|
Button: MDXButton,
|
||||||
|
Image,
|
||||||
|
CodePen,
|
||||||
|
Gist,
|
||||||
|
Vimeo,
|
||||||
|
CodeSandbox,
|
||||||
|
Tweet,
|
||||||
|
YouTube
|
||||||
};
|
};
|
||||||
|
|
||||||
export default All;
|
export default All;
|
||||||
|
|||||||
Reference in New Issue
Block a user