Move page styles to the main styles folder

This commit is contained in:
Hazem Krimi
2021-12-17 17:05:04 +01:00
parent d17951b37e
commit 574f0b4d63
14 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import { MDXEmbedProvider } from 'mdx-embed';
import { GetStaticPaths, GetStaticProps } from 'next';
import renderToString from 'next-mdx-remote/render-to-string';
import hydrate from 'next-mdx-remote/hydrate';
import { Wrapper } from '../styles/blog/slug';
import { Wrapper } from '../../styles/blog/slug';
import matter from 'gray-matter';
import components from '../../components';
import Head from 'next/head';