fix: Resolve erro de importação do arquivo contact

This commit is contained in:
SamuelCondack 2023-02-16 17:45:40 -03:00
parent 013598544e
commit 2de48be276

View File

@ -8,7 +8,7 @@ import {Payments}from "./Payments"
import {Entrega}from "./Entrega"
import {Trade}from "./Trade"
import {Security}from "./Security"
import {Contact} from "./Contact"
import {Contact} from "./contact"
import {NewsLetter} from "../components/NewsLetter/NewsLetter"
import {FooterTop} from "../components/FooterTop/FooterTop"
import {Footer} from "../components/Footer/Footer"