add sonner + project creation working

This commit is contained in:
Ishaan Dey
2024-04-27 16:22:35 -04:00
parent 676f88a7ce
commit d941e2c056
18 changed files with 427 additions and 75 deletions

View File

@ -4,6 +4,7 @@ import { GeistMono } from "geist/font/mono"
import "./globals.css"
import { ThemeProvider } from "@/components/layout/themeProvider"
import { ClerkProvider } from "@clerk/nextjs"
import { Toaster } from "@/components/ui/sonner"
export const metadata: Metadata = {
title: "Sandbox",
@ -26,6 +27,7 @@ export default function RootLayout({
disableTransitionOnChange
>
{children}
<Toaster position="bottom-left" richColors />
</ThemeProvider>
</body>
</html>