Skip to content

Commit

Permalink
HOTFIX: header import 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellol77 committed Sep 11, 2024
1 parent 01679ec commit 993ad1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/layout/GlobalLayout.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Outlet } from 'react-router-dom';
import * as S from './GlobalLayout.styled';
import Header from '../components/header/header';
import Header from '../components/Header/header';

export default function GlobalLayout() {
return (
<S.GlobalLayoutContainer>
Expand Down

0 comments on commit 993ad1c

Please sign in to comment.