From 01bdbf76024f51bbc1072e33ceffb0c59ae45032 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 3 Jun 2026 10:08:41 -0700 Subject: move startDate to backend --- src/constants/index.ts | 1 - src/constants/startDate.ts | 1 - 2 files changed, 2 deletions(-) delete mode 100644 src/constants/startDate.ts (limited to 'src/constants') diff --git a/src/constants/index.ts b/src/constants/index.ts index fb5d7aa..75c49ec 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -1,4 +1,3 @@ export { appName } from "./appName"; export { playTimes } from "./playTimes"; -export { startDate } from "./startDate"; export { theme } from "./theme"; diff --git a/src/constants/startDate.ts b/src/constants/startDate.ts deleted file mode 100644 index bb49bfe..0000000 --- a/src/constants/startDate.ts +++ /dev/null @@ -1 +0,0 @@ -export const startDate = new Date('6/3/2026'); -- cgit v1.2.3