diff --git a/src/App.js b/src/App.js index a68f770..7917ae8 100644 --- a/src/App.js +++ b/src/App.js @@ -13,7 +13,7 @@ export default function App() { const [showCookies, setShowCookies] = useState(true); const { width } = useWindowSize(); - console.log(width); + // console.log(width); return (