mirror of
https://github.com/acedanger/finance.git
synced 2025-12-06 07:00:13 -08:00
feat: enhance module resolution and improve API error handling
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
---
|
||||
import type { Account } from '@types';
|
||||
import type { Account } from "@types";
|
||||
import AddTransactionForm from "./AddTransactionForm";
|
||||
import AccountSummary from "./AccountSummary";
|
||||
|
||||
interface Props {
|
||||
accounts: Account[];
|
||||
initialAccount: Account;
|
||||
accounts: Account[];
|
||||
initialAccount: Account;
|
||||
}
|
||||
|
||||
const { accounts, initialAccount } = Astro.props;
|
||||
|
||||
Reference in New Issue
Block a user