Skip to content

Commit

Permalink
[FE] ✨ Feat : GuestbookModal 컴포넌트 내보내기 추가 (codestates-seb#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
nalsae committed Dec 12, 2023
1 parent 2d1b043 commit 8e38782
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/components/garden/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand All @@ -25,6 +26,7 @@ export {
GardenMap,
GardenSidebar,
GardenSquares,
GuestbookModal,
InstalledPlants,
LeafExistModal,
LeafTag,
Expand Down

0 comments on commit 8e38782

Please sign in to comment.