diff --git a/client/src/components/garden/index.ts b/client/src/components/garden/index.ts index a90cbf55..875b7d83 100644 --- a/client/src/components/garden/index.ts +++ b/client/src/components/garden/index.ts @@ -4,6 +4,7 @@ import GardenInfo from './GardenInfo'; import GardenMap from './GardenMap'; import GardenSidebar from './GardenSidebar'; import GardenSquares from './GardenSquares'; +import GuestbookModal from './GuestbookModal'; import InstalledPlants from './InstalledPlants'; import EmptyInventoryModal from './EmptyInventoryModal'; import LeafExistModal from './LeafExistModal'; @@ -25,6 +26,7 @@ export { GardenMap, GardenSidebar, GardenSquares, + GuestbookModal, InstalledPlants, LeafExistModal, LeafTag,