forked from trent_larson/crowd-funder-for-time-pwa
8 lines
146 B
TypeScript
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",
|
|
}
|