changed export name

This commit is contained in:
Anton Tranelis 2025-03-12 13:51:34 +00:00 committed by Maximilian Harz
parent 49e9766a19
commit a6c0c273c7

View File

@ -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)