Skip to content

Commit 119cc4d

Browse files
committed
Fixed imports
1 parent 8d92b15 commit 119cc4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/pages/home/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import FeaturesSection from './sections/FeaturesSection';
1010
import CtaSection from './sections/CtaSection';
1111

1212
import SampleStorySection from './sections/SampleStorySection';
13-
import { links } from '@/data/links';
13+
import links from '@/data/links';
1414

1515
export default function HomePage() {
1616
return (

data/navigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { links } from '@/data/links';
1+
import links from '@/data/links';
22

33
const navigation = [
44
{

0 commit comments

Comments
 (0)