mirror of
https://github.com/FranP-code/spend-ia.git
synced 2025-10-13 00:14:09 +00:00
integration of next.js
This commit is contained in:
3
lib/constants.ts
Normal file
3
lib/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';
|
||||
4
lib/types.d.ts
vendored
Normal file
4
lib/types.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface Tab {
|
||||
title: string;
|
||||
id: string;
|
||||
}
|
||||
Reference in New Issue
Block a user