summaryrefslogtreecommitdiff
path: root/lib/email-template/table/email-template-table.tsx
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-09-30 06:42:47 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-09-30 06:42:47 +0000
commit0cd76046aa7c5426d42740f9acb06c42e4d7e686 (patch)
treee4762a6849dab581e398b83e1598cb84581cec03 /lib/email-template/table/email-template-table.tsx
parent9e3458481a65bb5572b7f1916e7c068b54a434c5 (diff)
parentfb20768fa881841d3f80d12a276a9445feb6f514 (diff)
Merge branch 'dujinkim' of https://github.com/DTS-Development/SHI_EVCP into dujinkim
Diffstat (limited to 'lib/email-template/table/email-template-table.tsx')
-rw-r--r--lib/email-template/table/email-template-table.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/email-template/table/email-template-table.tsx b/lib/email-template/table/email-template-table.tsx
index 65e93a10..acce0ace 100644
--- a/lib/email-template/table/email-template-table.tsx
+++ b/lib/email-template/table/email-template-table.tsx
@@ -17,7 +17,7 @@ import { type TemplateListView } from "@/db/schema"
import { getTemplateList } from "../service"
import { UpdateTemplateSheet } from "./update-template-sheet"
import { CreateTemplateSheet } from "./create-template-sheet"
-import { DuplicateTemplateSheet } from "./duplicate-template-sheet"
+import DuplicateTemplateSheet from './duplicate-template-sheet';
import { DeleteTemplateDialog } from "./delete-template-dialog"
interface TemplateTableProps {