diff --git a/src/app/toast/page.tsx b/src/app/toast/page.tsx deleted file mode 100644 index 731a23b..0000000 --- a/src/app/toast/page.tsx +++ /dev/null @@ -1,22 +0,0 @@ -"use client"; -import { Button } from "@/components/ui/button"; - - -export const ToastDemo = () => { - const { toast } = useToast(); - - return ( - - ); -}; - -export default ToastDemo; \ No newline at end of file