diff --git a/src/components/DocsLayout/index.tsx b/src/components/DocsLayout/index.tsx index 1eba5b7..59c635d 100644 --- a/src/components/DocsLayout/index.tsx +++ b/src/components/DocsLayout/index.tsx @@ -9,7 +9,7 @@ import React, { PropsWithChildren } from "react" import { useStaticQuery, graphql } from "gatsby" import DocsSidebar from "../DocsSidebar" -import { Main, MainContent } from "./styles" +import * as SC from "./styles" const DocsLayout = ({ children }: PropsWithChildren<{}>) => { const data = useStaticQuery(graphql` @@ -24,13 +24,13 @@ const DocsLayout = ({ children }: PropsWithChildren<{}>) => { return (
-
+ - +

{data.site.siteMetadata.title}

{children} -
-
+ +