From 737344a72d23dc97b0d0e73cc4ab7fdffd0fbf49 Mon Sep 17 00:00:00 2001 From: Brendan F Date: Sun, 14 May 2023 23:12:27 -0700 Subject: Merge in react app code From sluchajfun and youtube-heardle-template --- src/constants/playTimes.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/constants/playTimes.ts (limited to 'src/constants/playTimes.ts') diff --git a/src/constants/playTimes.ts b/src/constants/playTimes.ts new file mode 100644 index 0000000..3cd37ca --- /dev/null +++ b/src/constants/playTimes.ts @@ -0,0 +1 @@ +export const playTimes = [1000, 2000, 4000, 7000, 11000, 16000]; -- cgit v1.2.3