import React from "react"; type SignUpProps = {}; export const SignUp = ({}: SignUpProps) => (
);