diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2023-06-25 22:22:37 -0700 |
|---|---|---|
| committer | Brendan F <EpicWolverine@users.noreply.github.com> | 2023-06-25 22:22:37 -0700 |
| commit | 53939633d070ff498fbb9ae2f26a0be0317efee6 (patch) | |
| tree | b93c5584420f1b8941b87b040cbf12ab7fa16a5f /src/constants/startDate.ts | |
| parent | ad00fd35b1335a54f3e2d45b808ee816672d5af3 (diff) | |
Move startDate to one defined spot
Diffstat (limited to 'src/constants/startDate.ts')
| -rw-r--r-- | src/constants/startDate.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constants/startDate.ts b/src/constants/startDate.ts new file mode 100644 index 0000000..d0fe930 --- /dev/null +++ b/src/constants/startDate.ts @@ -0,0 +1 @@ +export const startDate = new Date('5/5/2023'); |
