import React from 'react'; import SignUpUI from "./SignUpUI"; export default function App() { return (
); }