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