diff --git a/src/app/(dashboard)/layout.tsx b/src/app/(dashboard)/layout.tsx index b7e1c3e..adc45d1 100644 --- a/src/app/(dashboard)/layout.tsx +++ b/src/app/(dashboard)/layout.tsx @@ -1,10 +1,12 @@ "use client"; import React from 'react'; import Sidebar from '@/components/Sidebar'; +import { Toaster } from 'react-hot-toast'; export default function DashboardLayout({ children }: { children: React.ReactNode }) { return (