diff --git a/components/layout.tsx b/components/layout.tsx index 780c16b..8482b63 100644 --- a/components/layout.tsx +++ b/components/layout.tsx @@ -1,15 +1,14 @@ -import PageFooter from './footer' -import PageNavbar from './navbar' -import Script from 'next/script' -import { Page, Main } from './styles/generic' - +import PageFooter from './footer'; +import PageNavbar from './navbar'; +import Script from 'next/script'; +import { Page, Main } from './styles/generic'; const Layout = ({ children }: { children: React.ReactNode }) => { return ( -