Skip to content

Commit

Permalink
fix : build 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
mmjjaa committed Jan 20, 2025
1 parent 78b6d81 commit 82b9eaf
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ const MapDetailLetter = ({ letterId, lat, lot }: MapDetailLetterProps) => {
<LetterLayout.Title />
<LetterLayout.Content />
<LetterLayout.LetterHint />
<LetterLayout.MapBookmarkReplyButton />
</LetterLayout>
</ThemeWrapper>
);
Expand Down Expand Up @@ -243,7 +242,6 @@ const MapBookmarkDetailLetter = ({
<LetterLayout.Title />
<LetterLayout.Content />
<LetterLayout.LetterHint />
<LetterLayout.MapBookmarkReplyButton />
</LetterLayout>
</ThemeWrapper>
);
Expand Down

0 comments on commit 82b9eaf

Please sign in to comment.