diff --git a/src/utils/gamecode.ts b/src/utils/ids.ts similarity index 85% rename from src/utils/gamecode.ts rename to src/utils/ids.ts index d19bc7d..b53101f 100644 --- a/src/utils/gamecode.ts +++ b/src/utils/ids.ts @@ -1,3 +1,5 @@ +import { v4 as uuidv4 } from "uuid"; + export const generate_game_code = (): string => { let game_code = ``;