mirror of
https://github.com/acedanger/finance.git
synced 2025-12-06 07:00:13 -08:00
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:
@@ -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