From 1f3f643f27ff4b9ace86be561702a79a70dd82c0 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sat, 10 Oct 2020 18:52:34 -0600 Subject: [PATCH] Rename file --- src/utils/{gamecode.ts => ids.ts} | 2 ++ 1 file changed, 2 insertions(+) rename src/utils/{gamecode.ts => ids.ts} (85%) 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 = ``;