diff options
Diffstat (limited to 'src/constants')
| -rw-r--r-- | src/constants/index.ts | 1 | ||||
| -rw-r--r-- | src/constants/startDate.ts | 1 |
2 files changed, 0 insertions, 2 deletions
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'); |
