im a dumb bobus
This commit is contained in:
parent
7be3835d57
commit
a75e958944
|
@ -6,7 +6,7 @@ import { useNavigate } from 'react-router-dom';
|
|||
|
||||
export function ClickerFooter() {
|
||||
const navigate = useNavigate();
|
||||
const [isDev, setIsDev] = useState(true);
|
||||
const [isDev, setIsDev] = useState(false);
|
||||
|
||||
return (
|
||||
<div className={styles.container}>
|
||||
|
|
Loading…
Reference in New Issue
Block a user