diff --git a/src/components/Layout/index.tsx b/src/components/Layout/index.tsx index 6978485..bcb94c3 100644 --- a/src/components/Layout/index.tsx +++ b/src/components/Layout/index.tsx @@ -8,8 +8,6 @@ import { graphql, useStaticQuery } from "gatsby" import React, { PropsWithChildren } from "react" -import Scrollbar from "react-perfect-scrollbar" -import "react-perfect-scrollbar/dist/css/styles.css" import { GlobalStyles } from "../../globalStyles" import { Container } from "../Container" import { Footer } from "../Footer" @@ -28,18 +26,16 @@ export function Layout({ children }: PropsWithChildren<{}>) { `) return ( - + - -
- - -

{data.site.siteMetadata.title}

- {children} -
-
-