Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-19 17:07:20 +00:00
co-authored by renee-png
parent 838eb5ae19
commit ab13d1edd7
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ import {
SelectTrigger,
SelectValue,
} from "@/components/ui/select";
import { SearchableSelect } from "@/components/ui/searchable-select";
interface FeeItem {
id: string;
+1
View File
@@ -19,6 +19,7 @@ import {
SelectTrigger,
SelectValue,
} from "@/components/ui/select";
import { SearchableSelect } from "@/components/ui/searchable-select";
import { NewFeeItemDialog } from "@/components/fees/new-fee-item-dialog";
interface FeeItem {