Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Mar 6, 2025
1 parent b159151 commit 1e70a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/loot-core/src/types/handlers.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { BudgetFileHandlers } from 'loot-core/server/budgetfiles/app';
import type { AccountHandlers } from '../server/accounts/app';
import type { AdminHandlers } from '../server/admin/types/handlers';
import type { BudgetHandlers } from '../server/budget/types/handlers';
import type { BudgetFileHandlers } from '../server/budgetfiles/app';
import type { DashboardHandlers } from '../server/dashboard/types/handlers';
import type { FiltersHandlers } from '../server/filters/types/handlers';
import type { NotesHandlers } from '../server/notes/types/handlers';
Expand Down

0 comments on commit 1e70a60

Please sign in to comment.