Loading dashboard...
Loading dashboard...
import { Toaster } from "@/components/ui/sonner"
export default function RootLayout({ children }) {
return (
<html lang="en">
<head />
<body>
<main>{children}</main>
<Toaster />
</body>
</html>
)
}import { toast } from "sonner"toast("Event has been created.")Use the position prop to change the position of the toast.
See the Sonner API Reference for more information.
"use client"
import { Button } from "@/components/ui/button""use client"
import { Button } from "@/components/ui/button""use client"
import { Button } from "@/components/ui/button""use client"
import { Button } from "@/components/ui/button"