Add wrapper for components that will be used in blog posts and portfolio projects

This commit is contained in:
Hazem Krimi
2021-01-14 23:54:04 +01:00
parent 18ead1f662
commit 17b955d2f6
+7
View File
@@ -0,0 +1,7 @@
import Image from 'next/image';
const All = {
Image
};
export default All;