AuthPage.tsx 129 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 const AuthPage = () => { return ( <div> <h1>Welcome</h1> </div> ) } export default AuthPage