From 119cc4dc46814b99b864d0c69ac32f6ae845829b Mon Sep 17 00:00:00 2001 From: Austin Condiff Date: Sat, 1 Oct 2022 10:25:07 -0500 Subject: [PATCH] Fixed imports --- components/pages/home/index.js | 2 +- data/navigation.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/pages/home/index.js b/components/pages/home/index.js index 75a3f1d..f070160 100644 --- a/components/pages/home/index.js +++ b/components/pages/home/index.js @@ -10,7 +10,7 @@ import FeaturesSection from './sections/FeaturesSection'; import CtaSection from './sections/CtaSection'; import SampleStorySection from './sections/SampleStorySection'; -import { links } from '@/data/links'; +import links from '@/data/links'; export default function HomePage() { return ( diff --git a/data/navigation.js b/data/navigation.js index dbdbd44..123aaba 100644 --- a/data/navigation.js +++ b/data/navigation.js @@ -1,4 +1,4 @@ -import { links } from '@/data/links'; +import links from '@/data/links'; const navigation = [ {