Spaces:
Running
Running
| 'use client'; | |
| import { ToastProvider } from '../contexts/ToastContext'; | |
| export function Providers({ children }) { | |
| return ( | |
| <ToastProvider> | |
| {children} | |
| </ToastProvider> | |
| ); | |
| } | |
| 'use client'; | |
| import { ToastProvider } from '../contexts/ToastContext'; | |
| export function Providers({ children }) { | |
| return ( | |
| <ToastProvider> | |
| {children} | |
| </ToastProvider> | |
| ); | |
| } | |