import React from "react"; import "tailwindcss/tailwind.css"; type SignUpProps = { }; const SignUpPage = ({ }: SignUpProps) => (