From 252b2bc46e13c8827537c315fdedf381674c644c Mon Sep 17 00:00:00 2001 From: guiprj Date: Sat, 21 Jan 2023 00:05:57 -0300 Subject: [PATCH] fix: corrigindo bug de importancao de componente --- src/components/Header/ContainerPrincipal/index.tsx | 3 ++- src/components/HeaderMobile/index.tsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Header/ContainerPrincipal/index.tsx b/src/components/Header/ContainerPrincipal/index.tsx index 594c708..f1717a7 100644 --- a/src/components/Header/ContainerPrincipal/index.tsx +++ b/src/components/Header/ContainerPrincipal/index.tsx @@ -1,4 +1,5 @@ -import { Button } from "../../Button"; +import { Button } from "../../button"; + import { LogoM3Academy } from "../../LogoM3Academy"; import logo from "../../../assets/Logo-M3Academy 1 (1).svg"; diff --git a/src/components/HeaderMobile/index.tsx b/src/components/HeaderMobile/index.tsx index 46bd65c..d3a6c2b 100644 --- a/src/components/HeaderMobile/index.tsx +++ b/src/components/HeaderMobile/index.tsx @@ -2,7 +2,7 @@ import { useState } from "react"; import { LogoM3Academy } from "../LogoM3Academy"; import logo from "../../assets/Logo-M3Academy 1 (1).svg"; -import { Button } from "../Button"; +import { Button } from "../button"; import { Icon } from "../Icon"; import { NavigationLinks } from "../NavigationLinks";