Skip to content

Commit

Permalink
🚨 Fix(#47): welcome modal μ•ˆλœ¨λŠ” ν˜„μƒ
Browse files Browse the repository at this point in the history
  • Loading branch information
JIY00N2 committed Dec 4, 2023
1 parent d462ee5 commit 280510a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import Button, { buttonSize } from "@/components/_common/Button";
import Icon from "@/components/_common/Icon";
import AlertModal from "@/components/_common/Modal/AlertModal";
import LoginModal from "@/components/_common/Modal/LoginModal";
import WelcomeModal from "@/components/_common/Modal/WelcomeModal";
import { MultiSelector, SingleSelector } from "@/components/_common/Selector";
import StickyButton from "@/components/_common/StickyButton";
import {
Expand Down Expand Up @@ -852,6 +853,7 @@ const Home = () => {
</Sheet.Container>
<Sheet.Backdrop />
</Sheet>
<WelcomeModal />
</div>
</main>
);
Expand Down

0 comments on commit 280510a

Please sign in to comment.