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={}
styles={{
main: {
minHeight: 'calc(100vh - var(--mantine-header-height))',