diff --git a/src/components/DocsLayout/index.tsx b/src/components/DocsLayout/index.tsx index 59c635d..e79ab1d 100644 --- a/src/components/DocsLayout/index.tsx +++ b/src/components/DocsLayout/index.tsx @@ -9,6 +9,7 @@ import React, { PropsWithChildren } from "react" import { useStaticQuery, graphql } from "gatsby" import DocsSidebar from "../DocsSidebar" +import Footer from "../Footer" import * as SC from "./styles" const DocsLayout = ({ children }: PropsWithChildren<{}>) => { @@ -31,11 +32,7 @@ const DocsLayout = ({ children }: PropsWithChildren<{}>) => { {children} - +