Skip to content

Commit 1337046

Browse files
author
followDev
committed
wip
1 parent 4f4168d commit 1337046

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/index.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import Layout from './../layouts/Main';
2-
import PageIntro from './../components/PageIntro';
3-
import ProductsFeatured from './../components/ProductsFeatured';
4-
import Footer from './../components/Footer';
1+
import Layout from '../layouts/Main';
2+
import PageIntro from '../components/PageIntro';
3+
import ProductsFeatured from '../components/ProductsFeatured';
4+
import Footer from '../components/Footer';
55

66
const IndexPage = () => (
77
<Layout>

0 commit comments

Comments
 (0)