react warnings fixed
This commit is contained in:
parent
197b620ce9
commit
ebfd2c2176
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue