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

@@ -11,7 +11,7 @@
*/
import type { APIRoute } from 'astro';
import { transactions, accounts } from '../../../data/store';
import { accounts, transactions } from '../../../data/store';
import type { Transaction } from '../../../types';
/**