From a6c0c273c7ad414e2335c56e6325a696cdb75a38 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Wed, 12 Mar 2025 13:51:34 +0000 Subject: [PATCH] changed export name --- src/Components/Item/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Item/index.tsx b/src/Components/Item/index.tsx index f6483f62..143ca9bf 100644 --- a/src/Components/Item/index.tsx +++ b/src/Components/Item/index.tsx @@ -11,7 +11,7 @@ import { import { templateify } from './templateify' export { PopupForm } from './PopupForm' -export { PopupView as CardView } from './PopupView' +export { PopupView } from './PopupView' export const TextView = templateify(PlainTextView) export const StartEndView = templateify(PlainStartEndView)