From 5f1bddf864aeb0e573604d9701f3c28b6a588466 Mon Sep 17 00:00:00 2001 From: ajnart Date: Tue, 20 Dec 2022 15:43:26 +0900 Subject: [PATCH] Fix layout --- src/components/layout/Layout.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/layout/Layout.tsx b/src/components/layout/Layout.tsx index 1a4712700..7f8a32615 100644 --- a/src/components/layout/Layout.tsx +++ b/src/components/layout/Layout.tsx @@ -1,9 +1,8 @@ import { AppShell, createStyles } from '@mantine/core'; import { useConfigContext } from '../../config/provider'; import { Background } from './Background'; -import { Footer } from './Footer'; -import { Header } from './Header/Header'; -import { Head } from './Header/Meta/Head'; +import { Header } from './header/Header'; +import { Head } from './header/Meta/Head'; const useStyles = createStyles(() => ({})); @@ -15,7 +14,6 @@ export default function Layout({ children }: any) { } - footer={