react warnings fixed

This commit is contained in:
VividTruthKeeper 2022-08-09 00:57:08 +05:00
parent 197b620ce9
commit ebfd2c2176
2 changed files with 1 additions and 4 deletions

View File

@ -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";

View File

@ -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 (
<footer className="footer">
<div className="footer-top">