style: apply Biome formatting to Astro templates and CSS (#27)

- Standardize HTML/CSS formatting
- Fix template indentation
- Apply consistent style to Astro components
- Update component attributes formatting

Part of #27
This commit is contained in:
Peter Wood
2025-05-04 10:00:14 -04:00
parent 58d8ebdfa1
commit 1d540d1731
5 changed files with 8 additions and 8 deletions

View File

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