diff --git a/src/components/global/Burger.tsx b/src/components/global/Burger.tsx index 7ff4e93..db75df6 100644 --- a/src/components/global/Burger.tsx +++ b/src/components/global/Burger.tsx @@ -1,6 +1,6 @@ // Modules import { Link } from "react-router-dom"; -import { useEffect, useState } from "react"; +import { useEffect } from "react"; // Types import { burgerProps } from "../../types/burger"; diff --git a/src/components/global/Footer.tsx b/src/components/global/Footer.tsx index 925f75d..33aa052 100644 --- a/src/components/global/Footer.tsx +++ b/src/components/global/Footer.tsx @@ -1,5 +1,4 @@ // Modules -import { useEffect } from "react"; import { Link } from "react-router-dom"; // Icons @@ -22,8 +21,6 @@ const Footer = ({ 1300: useMediaQuery("(max-width: 1300px)"), }; - useEffect(() => console.log(breakpoint["1300"]), [breakpoint]); - return (