import { Button } from "@components/Button"; import { Toaster, useToast } from "@components/Toast"; function Children() { const { toast } = useToast(); return ( ); } export function Normal() { return ( <> ); }