mirror of
https://github.com/acedanger/finance.git
synced 2025-12-06 07:00:13 -08:00
style: apply Biome formatting to TypeScript files (#27)
- Fix import sorting - Standardize code formatting - Apply consistent TypeScript style - Update code to match Biome configuration Part of #27
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
import type { APIRoute } from 'astro';
|
||||
import { transactions, accounts } from '../../../data/store';
|
||||
import { accounts, transactions } from '../../../data/store';
|
||||
import type { Transaction } from '../../../types';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user