Skip to content

Commit

Permalink
Fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
austincondiff committed Oct 1, 2022
1 parent 8d92b15 commit 119cc4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/pages/home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down
2 changes: 1 addition & 1 deletion data/navigation.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { links } from '@/data/links';
import links from '@/data/links';

const navigation = [
{
Expand Down

0 comments on commit 119cc4d

Please sign in to comment.