From 5c5e013d8667f70544c17c47f4171fb2384feb2c Mon Sep 17 00:00:00 2001 From: Sayuck Date: Thu, 14 Oct 2021 19:42:38 -0300 Subject: [PATCH] deixando footer em todas as paginas novamente Co-authored-by: Matheus73 Co-authored-by: KessJhones --- src/pages/produtos.tsx | 2 -- src/templates/Base/index.tsx | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/produtos.tsx b/src/pages/produtos.tsx index 00924e1..7e3ff28 100644 --- a/src/pages/produtos.tsx +++ b/src/pages/produtos.tsx @@ -1,6 +1,5 @@ import { FilterProvider } from '@contexts/Filter'; -import Footer from '@components/Footer'; import ProductFilters from '@components/ProductFilters'; import ProductList from '@components/ProductList'; import PageTemplate from '@templates/Page'; @@ -16,7 +15,6 @@ const Products = () => { -