Skip to content

Commit

Permalink
Fix Import on about page
Browse files Browse the repository at this point in the history
  • Loading branch information
nl32 authored Oct 8, 2024
1 parent 2a65541 commit 090abc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/about/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Header from '@src/components/BaseHeader';
import Header from '@src/components/header/BaseHeader';
import type { Metadata } from 'next';

export const metadata: Metadata = {
Expand Down

0 comments on commit 090abc1

Please sign in to comment.