Files
crowd-funder-for-time-pwa/src/constants/app.ts
Matthew Aaron Raymer c239906a96 New structure
2022-12-14 17:06:16 +08:00

8 lines
146 B
TypeScript

/**
* Generic strings that could be used throughout the app.
*/
export enum AppString {
APP_NAME = "Kickstart for time",
VERSION = "0.1",
}