Skip to content

Commit

Permalink
πŸ“ Chore(#47): μ „μ—­ Toast Provider 등둝
Browse files Browse the repository at this point in the history
  • Loading branch information
sscoderati committed Oct 29, 2023
1 parent 62912bd commit 8133585
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Inter } from "next/font/google";
import { Theme } from "@radix-ui/themes";
import "@radix-ui/themes/styles.css";
import AppBar from "@/components/_common/AppBar";
import { Toaster } from "@/components/_common/Toast/toaster";
import "./global.css";

const inter = Inter({
Expand All @@ -28,6 +29,7 @@ const RootLayout = ({ children }: { children: React.ReactNode }) => {
{children}
</div>
</Theme>
<Toaster />
</body>
</html>
);
Expand Down

0 comments on commit 8133585

Please sign in to comment.