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);
};
// useEffect(() => {
// prebake();
// }, []);
return (
<div
@ -70,7 +67,6 @@ export function Udels() {
);
})}
</div>
{/* <Panel /> */}
</div>
);
}