We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7657e1f + c0c0c3a commit 7bba78bCopy full SHA for 7bba78b
src/shared/component/Layout/Layout.tsx
@@ -1,8 +1,8 @@
1
import { Outlet } from 'react-router-dom';
2
3
import * as styles from './Layout.css';
4
-import Header from './header/Header';
5
-import Footer from './footer/Footer';
+import Header from './layoutHeader/Header';
+import Footer from './layoutFooter/Footer';
6
7
const Layout = () => {
8
return (
…ed/component/Layout/footer/Footer.css.ts …ponent/Layout/layoutFooter/Footer.css.tssrc/shared/component/Layout/footer/Footer.css.ts renamed to src/shared/component/Layout/layoutFooter/Footer.css.ts
…hared/component/Layout/footer/Footer.tsx …component/Layout/layoutFooter/Footer.tsxsrc/shared/component/Layout/footer/Footer.tsx renamed to src/shared/component/Layout/layoutFooter/Footer.tsx
…ed/component/Layout/header/Header.css.ts …ponent/Layout/layoutHeader/Header.css.tssrc/shared/component/Layout/header/Header.css.ts renamed to src/shared/component/Layout/layoutHeader/Header.css.ts
…hared/component/Layout/header/Header.tsx …component/Layout/layoutHeader/Header.tsxsrc/shared/component/Layout/header/Header.tsx renamed to src/shared/component/Layout/layoutHeader/Header.tsx
0 commit comments