remove console.log

This commit is contained in:
Kishan Takoordyal
2021-03-04 21:15:27 +04:00
parent f38203a1bd
commit 6b0f047772

View File

@@ -13,7 +13,7 @@ export default function App() {
const [showCookies, setShowCookies] = useState(true); const [showCookies, setShowCookies] = useState(true);
const { width } = useWindowSize(); const { width } = useWindowSize();
console.log(width); // console.log(width);
return ( return (
<div className="w-full overflow-x-hidden"> <div className="w-full overflow-x-hidden">