forked from trent_larson/crowd-funder-for-time-pwa
New structure
This commit is contained in:
7
src/constants/app.ts
Normal file
7
src/constants/app.ts
Normal 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",
|
||||
}
|
||||
Reference in New Issue
Block a user