remove console.log

This commit is contained in:
Kishan Takoordyal 2021-03-04 21:15:27 +04:00
parent f38203a1bd
commit 6b0f047772
No known key found for this signature in database
GPG Key ID: 304DF64F0804D6A1

View File

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