first commit
This commit is contained in:
9
components/ui/toaster.tsx
Normal file
9
components/ui/toaster.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
"use client";
|
||||
|
||||
import { Toaster } from "sonner";
|
||||
|
||||
export function ToasterProvider() {
|
||||
return (
|
||||
<Toaster richColors position="top-right" closeButton duration={3000} />
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user