mirror of
https://github.com/FranP-code/spend-ia.git
synced 2025-10-13 00:14:09 +00:00
feat: added seed
This commit is contained in:
3
packages/utils/constants/constants.ts
Normal file
3
packages/utils/constants/constants.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export const SPEND_SCREEN_ID = 'spend-screen';
|
||||
export const SPEND_SCREEN_NAME = 'Spend';
|
||||
export const APP_NAME = 'SpendIA';
|
||||
1
packages/utils/constants/index.ts
Normal file
1
packages/utils/constants/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from './constants';
|
||||
Reference in New Issue
Block a user