From fd170340bf519c4ebbbd9780ca01eac5764896d9 Mon Sep 17 00:00:00 2001 From: pheralb Date: Sun, 26 Jun 2022 16:35:05 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=92=EF=B8=8F=20Add=20footer.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/layout/index.tsx b/src/layout/index.tsx index e33ebbd..42f8a15 100644 --- a/src/layout/index.tsx +++ b/src/layout/index.tsx @@ -2,12 +2,14 @@ import React from "react"; import { LayoutProps } from "@/interfaces/components"; import { Container } from "@chakra-ui/react"; import Header from "./header"; +import Footer from "./footer"; const Index = ({ children }: LayoutProps) => { return ( <>
{children} +