Skip to content

Commit

Permalink
feat: ut main에 bottom sheet 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
xilucks committed Jul 26, 2024
1 parent c1ea0b3 commit c8c36a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/ut/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Script from "next/script";
import BottomSheet from "~/app/(playground)/playground/bottom-sheet/_components/bottom-sheet";

export default function UTPageLayout({
children,
Expand All @@ -12,6 +13,7 @@ export default function UTPageLayout({
src="https://developers.kakao.com/sdk/js/kakao.js"
/>
{children}
<BottomSheet />
</>
);
}

0 comments on commit c8c36a4

Please sign in to comment.