remove console.log
This commit is contained in:
parent
f38203a1bd
commit
6b0f047772
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user