New structure

This commit is contained in:
Matthew Aaron Raymer
2022-12-14 17:06:16 +08:00
parent 0fa0936c59
commit c239906a96
12 changed files with 140 additions and 39 deletions

7
src/constants/app.ts Normal file
View File

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