From 9fea32c4357e3ae2fd2a6de1bc8be735a125f36e Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 23 Jan 2023 10:48:07 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20codigo=20n=C3=A3o=20salvo=20n=C3=A3o=20t?= =?UTF-8?q?inha=20ido=20para=20as=20rotas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/Body/Body.tsx | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/desafio-react-e-typescript/src/components/Body/Body.tsx b/desafio-react-e-typescript/src/components/Body/Body.tsx index 9ac345f..6cf44b5 100644 --- a/desafio-react-e-typescript/src/components/Body/Body.tsx +++ b/desafio-react-e-typescript/src/components/Body/Body.tsx @@ -5,6 +5,11 @@ import styles from "./Body.module.scss"; import { BreadCrumb } from "./BreadCrumb/BreadCrumb"; import { TabDisposition } from "./Tabs/TabDisposition"; import { Sobre } from "../Body/Tabs/Sobre"; +import { Contato } from "./Tabs/Contato"; +import { Seguranca } from "./Tabs/SegurancaEPrivacidade"; +import { Troca } from "./Tabs/TrocaEDevolucao"; +import { Entrega } from "./Tabs/Entrega"; +import { Pagamento } from "./Tabs/FormaDePagamento"; const Body = () => { const TabsContents = [ @@ -43,11 +48,11 @@ const Body = () => {
} /> - } /> - } /> - } /> - } /> - } /> + } /> + } /> + } /> + } /> + } />
-- 2.34.1