fix: correct template key for video component in registry

This commit is contained in:
“hyeonggkim”
2025-11-10 16:44:59 +09:00
parent de5044a422
commit 65c79eb689

View File

@@ -27,7 +27,7 @@ const templateRegistry = {
GR_DETAIL_02: { component: GrDetail02 },
GR_DETAIL_03: { component: GrDetail03 },
GR_CONTENTS_01: { component: GrContents01 },
GR_VIDEO_01: { component: FxVideo01 },
FX_VIDEO_01: { component: FxVideo01 },
FX_DOWNLOAD_01: { component: FxDownload01 },
FX_COUPON_01: { component: FxCoupon01 },
FX_SECURE_01: { component: FxSecure01 },