Update folder structure for pages and some components

This commit is contained in:
Hazem Krimi
2021-12-17 16:59:45 +01:00
parent 66929e45d8
commit d17951b37e
36 changed files with 833 additions and 821 deletions
+14
View File
@@ -0,0 +1,14 @@
import { CodePen, Gist, YouTube, CodeSandbox, Vimeo, Tweet } from 'mdx-embed';
import Image from 'next/image';
import MDXButton from './MDXButton';
export default {
Button: MDXButton,
Image,
CodePen,
Gist,
Vimeo,
CodeSandbox,
Tweet,
YouTube
};