refactor: remove unused imports and improve variable naming for clarity in statistics and transactions components

This commit is contained in:
Julien Froidefond
2025-12-01 08:35:33 +01:00
parent b3b25412ad
commit 757b1b84ab
5 changed files with 4 additions and 6 deletions

View File

@@ -19,8 +19,6 @@ import {
normalizeDescription,
suggestKeyword,
} from "@/components/rules/constants";
import { format } from "date-fns";
import { fr } from "date-fns/locale";
type SortField = "date" | "amount" | "description";
type SortOrder = "asc" | "desc";