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)