summaryrefslogtreecommitdiff
path: root/src/components/sections/footer.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/sections/footer.tsx')
-rw-r--r--src/components/sections/footer.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/sections/footer.tsx b/src/components/sections/footer.tsx
index 8d0d876..3a1b51d 100644
--- a/src/components/sections/footer.tsx
+++ b/src/components/sections/footer.tsx
@@ -1,4 +1,4 @@
-import { baseOptions, linkItems, postsPerPage } from '@/app/layout.config';
+import { baseOptions, linkItems, postsPerPage } from '@/app/(main)/layout.config';
import { InlineLink } from '@/components/inline-link';
import { getSortedByDatePosts, getTags } from '@/lib/source';
import { cn } from '@/lib/utils';