mirror of
https://github.com/acedanger/finance.git
synced 2025-12-05 22:50:12 -08:00
refactor: Reorganize imports and improve code consistency across components and API routes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
import TransactionTable from './TransactionTable.tsx';
|
||||
import type { Account } from '../types';
|
||||
import TransactionTable from './TransactionTable.tsx';
|
||||
|
||||
interface Props {
|
||||
account: Account;
|
||||
|
||||
Reference in New Issue
Block a user