From 1c87c3ee57c82c197d24af5d3a84243386cff26a Mon Sep 17 00:00:00 2001 From: dvelo <52332868+DeveloLongScript@users.noreply.github.com> Date: Sat, 15 Feb 2025 16:06:29 -0600 Subject: [PATCH] chore: add form helper --- apps/www/src/lib/form-helper.tsx | 1 + 1 file changed, 1 insertion(+) create mode 100644 apps/www/src/lib/form-helper.tsx diff --git a/apps/www/src/lib/form-helper.tsx b/apps/www/src/lib/form-helper.tsx new file mode 100644 index 0000000..ec6ac4b --- /dev/null +++ b/apps/www/src/lib/form-helper.tsx @@ -0,0 +1 @@ +export const generateID = () => Math.floor(Math.random() * 1000000).toString();