add PopupTextInput Component

This commit is contained in:
Anton 2023-12-12 15:33:07 +01:00
parent f70fd2b305
commit 12ad299477

View File

@ -6,5 +6,6 @@ export {ItemForm} from './ItemForm';
export {ItemView} from './ItemView';
export {PopupTextAreaInput} from './Subcomponents/ItemPopupComponents/PopupTextAreaInput';
export {PopupStartEndInput} from './Subcomponents/ItemPopupComponents/PopupStartEndInput';
export {PopupTextInput} from './Subcomponents/ItemPopupComponents/PopupTextInput';
export {TextView} from './Subcomponents/ItemPopupComponents/TextView';
export {StartEndView} from './Subcomponents/ItemPopupComponents/StartEndView'