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
@@ -2,7 +2,7 @@ import { FC } from 'react';
import { getPortfolioProjects } from '../utils/portfolio';
import { getBlogPosts } from '../utils/blog';
import { GetStaticProps } from 'next';
import { Wrapper } from './styles/home';
import { Wrapper } from '../styles/home';
import Hero from '../components/Hero';
import Button from '../components/Button';
import Card from '../components/Card';