refactor: remove unused imports and improve variable naming for clarity in statistics and transactions components
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user