Skip to content

Commit

Permalink
fix: page imports
Browse files Browse the repository at this point in the history
  • Loading branch information
schaechinger committed Dec 7, 2023
1 parent 8311be7 commit 59fc460
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/(de)/kontakt/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Metadata } from 'next';
import LinkButton from '../components/LinkButton';

import LinkButton from '@components/LinkButton';

export const metadata: Metadata = {
title: 'Gehen wir es an!',
Expand Down
3 changes: 2 additions & 1 deletion app/(de)/taetigkeit/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Metadata } from 'next';
import LinkButton from '../components/LinkButton';

import LinkButton from '@components/LinkButton';

export const metadata: Metadata = {
title: 'Gehen wir es an!',
Expand Down

0 comments on commit 59fc460

Please sign in to comment.