Skip to content

Commit 4f4168d

Browse files
author
followDev
committed
fixed vercel imports
1 parent 54f53c2 commit 4f4168d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.js

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

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

0 commit comments

Comments
 (0)