A reusable component for the toast
import Component from "@/components/ui/toast-01"; export default function ToastDemo() { return <Component />; }