mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-21 02:04:26 +08:00
remove unused code
This commit is contained in:
@@ -401,5 +401,4 @@ export interface AccountCategoriesWithVisibleCount {
|
|||||||
export interface AccountShowingIds {
|
export interface AccountShowingIds {
|
||||||
readonly accounts: Record<number, string>;
|
readonly accounts: Record<number, string>;
|
||||||
readonly subAccounts: Record<string, string>;
|
readonly subAccounts: Record<string, string>;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user