diff --git a/client/index.html b/client/index.html index 5d65dfc..2513372 100644 --- a/client/index.html +++ b/client/index.html @@ -1,10 +1,8 @@ - CSS layout - - + diff --git a/client/layouts/Layout.tsx b/client/layouts/Layout.tsx index 7cc3915..0633eb8 100644 --- a/client/layouts/Layout.tsx +++ b/client/layouts/Layout.tsx @@ -4,7 +4,6 @@ */ import * as React from 'react'; -import { Helmet } from 'react-helmet'; import Footer from './Footer'; import Header from './Header'; @@ -16,22 +15,6 @@ const Layout: React.FC<{}> = ({ children }) => { return ( <> - - - - - - - - - - - - - - - -
{children}