diff --git a/src/components/cases/collections-tab.tsx b/src/components/cases/collections-tab.tsx index b83d51e..b618e86 100644 --- a/src/components/cases/collections-tab.tsx +++ b/src/components/cases/collections-tab.tsx @@ -40,6 +40,7 @@ import { Download, FileDown, GitFork, + LayoutTemplate, Loader2, Plus, RefreshCw, @@ -78,6 +79,7 @@ import { SortableLedgerRow } from "./ledger-row"; import { ApplyCollectionWorkflowDialog } from "@/components/collections/apply-collection-workflow-dialog"; import { MergeCollectionsDialog } from "./merge-collections-dialog"; import { StatusFlagBadges } from "@/components/collections/status-flag-badges"; +import { LedgerTemplateDialog } from "./ledger-template-dialog"; const TXN_TYPES = [ { value: "assessment", label: "Assessment" },