
otherwise will the `/event-types`-route probably unnecessarily import the whole `getting_started`-page
3 lines
109 B
TypeScript
3 lines
109 B
TypeScript
import dayjs from "dayjs";
|
|
|
|
export const ONBOARDING_INTRODUCED_AT = dayjs("September 1 2021").toISOString();
|