refactor: update routing paths in app.vue, enhance AnnualBudget component layout, and streamline dashboard and budget pages for improved user experience
This commit is contained in:
parent
09d8794d72
commit
864a81065c
23 changed files with 3211 additions and 1978 deletions
9
types/cash.ts
Normal file
9
types/cash.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
export interface OneOffEvent {
|
||||
id: string
|
||||
name: string
|
||||
amount: number
|
||||
month: number
|
||||
type: 'income' | 'expense'
|
||||
category: string
|
||||
dateExpected: string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue