aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout/header.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/organisms/layout/header.tsx')
-rw-r--r--src/components/organisms/layout/header.tsx4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/organisms/layout/header.tsx b/src/components/organisms/layout/header.tsx
index f6212c3..4e5e0f2 100644
--- a/src/components/organisms/layout/header.tsx
+++ b/src/components/organisms/layout/header.tsx
@@ -1,7 +1,5 @@
-import Branding, {
- type BrandingProps,
-} from '@components/molecules/layout/branding';
import { FC } from 'react';
+import Branding, { type BrandingProps } from '../../molecules/layout/branding';
import Toolbar, { type ToolbarProps } from '../toolbar/toolbar';
import styles from './header.module.scss';