Skip to content

Commit c0c0c3a

Browse files
fix: 임포트 경로 수정
1 parent 23be87d commit c0c0c3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shared/component/Layout/Layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { Outlet } from 'react-router-dom';
22

33
import * as styles from './Layout.css';
4-
import Header from './header/Header';
5-
import Footer from './footer/Footer';
4+
import Header from './layoutHeader/Header';
5+
import Footer from './layoutFooter/Footer';
66

77
const Layout = () => {
88
return (

0 commit comments

Comments
 (0)