mirror of
https://github.com/acedanger/finance.git
synced 2025-12-06 07:00:13 -08:00
refactor: Reorganize imports and improve code consistency across components and API routes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
import type { Account } from '../types';
|
||||
import AccountSummary from './AccountSummary.tsx'; // Import the React component instead of the Astro one
|
||||
import AddTransactionForm from './AddTransactionForm.tsx';
|
||||
import type { Account } from '../types';
|
||||
|
||||
interface Props {
|
||||
accounts: Account[];
|
||||
|
||||
Reference in New Issue
Block a user