Skip to content

Commit 7bba78b

Browse files
Merge pull request #68 from SOPT-36-NINEDOT/feat/#36/layoutHeaderFooter
[Fix]: 폴더명 오류 수정
2 parents 7657e1f + c0c0c3a commit 7bba78b

File tree

5 files changed

+2
-2
lines changed

5 files 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 (
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)