refactor: Reorganize imports and improve code consistency across components and API routes

This commit is contained in:
GitHub Copilot
2025-05-05 06:59:13 -04:00
parent d8a70e0f08
commit ad6693d1d7
14 changed files with 87 additions and 95 deletions

View File

@@ -1,6 +1,6 @@
---
import { formatCurrency } from '../utils';
import type { Account } from '../types';
import { formatCurrency } from '../utils';
interface Props {
account: Account;