import type { NextPage } from "next"; import toast from "react-hot-toast"; import { Button } from "~/components/ui/button"; const Test: NextPage = () => { return (