update prettier
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-02-23 14:23:37 +01:00
parent c2e370f0a8
commit f1c7e245aa
36 changed files with 2137 additions and 2108 deletions

View File

@@ -1,6 +1,6 @@
export type SortDirection = 'asc' | 'desc';
export type SortState = {
field: string;
direction: SortDirection;
field: string;
direction: SortDirection;
};