diff --git a/src/Components/Map/index.tsx b/src/Components/Map/index.tsx index 30127128..f165b6af 100644 --- a/src/Components/Map/index.tsx +++ b/src/Components/Map/index.tsx @@ -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' \ No newline at end of file