chore: add form helper

This commit is contained in:
dvelo 2025-02-15 16:06:29 -06:00
parent ea1dfbf783
commit 1c87c3ee57

@ -0,0 +1 @@
export const generateID = () => Math.floor(Math.random() * 1000000).toString();