mirror of
https://github.com/777genius/claude-code-source-code.git
synced 2026-07-28 07:22:27 +00:00
6 lines
273 B
TypeScript
6 lines
273 B
TypeScript
"use client";
|
|
|
|
// Re-exports for backwards compatibility.
|
|
// The notification system lives in web/components/notifications/ and web/lib/notifications.ts.
|
|
export { ToastProvider } from "@/components/notifications/ToastProvider";
|
|
export { useToast } from "@/hooks/useToast";
|