mirror of
https://github.com/harivansh-afk/Saas-Teamspace.git
synced 2026-04-15 09:01:17 +00:00
6 lines
116 B
TypeScript
6 lines
116 B
TypeScript
'use client'
|
|
import { Toaster } from 'react-hot-toast'
|
|
|
|
export const ToastProvider = () => {
|
|
return <Toaster />
|
|
}
|