Initial commit of Astro version
This commit is contained in:
commit
e3d1f6999b
79 changed files with 9880 additions and 0 deletions
4
src/data/tos.ts
Normal file
4
src/data/tos.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import { parse as dateParse } from "date-fns";
|
||||
|
||||
export const TOS_COMMISSION_STATUS: "CLOSED" | "OPEN" | "SEMI_OPEN" | "PRIVATE" = "OPEN";
|
||||
export const TOS_UPDATED_AT: Date = dateParse("2024-07-11", "yyyy-MM-dd", 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue