diff --git a/src/components/Footer/FooterBottom.tsx b/src/components/Footer/FooterBottom.tsx index 85542b7..4cfa574 100644 --- a/src/components/Footer/FooterBottom.tsx +++ b/src/components/Footer/FooterBottom.tsx @@ -9,7 +9,7 @@ import VtexPci from "../../components/Footer/assets/icons/vtex-pci-200.svg"; import M3 from "../../components/Footer/assets/icons/m3.svg"; import Vtex from "../../components/Footer/assets/icons/vtex.svg"; import styles from "./Footer.module.scss"; -import { Icon } from "../ImageList/ImageList"; +import { Icon } from "./ImageList/ImageList"; const FooterBottom = () => { return ( diff --git a/src/components/ImageList/ImageList.tsx b/src/components/Footer/ImageList/ImageList.tsx similarity index 100% rename from src/components/ImageList/ImageList.tsx rename to src/components/Footer/ImageList/ImageList.tsx