From 12ad2994773764c0590508b0f709bef82fed47c8 Mon Sep 17 00:00:00 2001 From: Anton Date: Tue, 12 Dec 2023 15:33:07 +0100 Subject: [PATCH] add PopupTextInput Component --- src/Components/Map/index.tsx | 1 + 1 file changed, 1 insertion(+) 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