Add TODOs for planning

This commit is contained in:
2024-12-23 14:12:48 -06:00
parent b7b010ba3e
commit 9a54104bdd
4 changed files with 8 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ const StatefulDemo = ({ class: className }: StatefulDemoProps) => {
socket.close();
};
}, []);
// TODO: Toasts
const randomBits = (bits: number) =>
Math.floor(Math.random() * 2 ** bits)
.toString(16)