MCPcopy Create free account
hub / github.com/codeaashu/claude-code / ToastProvider

Function ToastProvider

web/components/notifications/ToastProvider.tsx:5–12  ·  view source on GitHub ↗
({ children }: { children: React.ReactNode })

Source from the content-addressed store, hash-verified

3import { ToastStack } from "./ToastStack";
4
5export function ToastProvider({ children }: { children: React.ReactNode }) {
6 return (
7 <>
8 {children}
9 <ToastStack />
10 </>
11 );
12}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected