aboutsummaryrefslogtreecommitdiff
import { SignUp } from './SignUp.tsx'

export const App = () => {
  return (
    <SignUp />
  );
}