This commit is contained in:
Jade (Rose) Rowland 2024-06-17 23:41:34 -04:00
parent 5e9da78e64
commit b5fbcd108f

View File

@ -33,9 +33,6 @@ export function Udels() {
updateURLHashes(hashes); updateURLHashes(hashes);
}; };
// useEffect(() => {
// prebake();
// }, []);
return ( return (
<div <div
@ -70,7 +67,6 @@ export function Udels() {
); );
})} })}
</div> </div>
{/* <Panel /> */}
</div> </div>
); );
} }