added settings page
This commit is contained in:
@@ -40,3 +40,8 @@ export interface AlertInterface {
|
||||
header: string;
|
||||
text: string;
|
||||
}
|
||||
|
||||
export interface SettingsIntf {
|
||||
["app-name"]: string;
|
||||
currency: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user