src/components/App.js export function App() { return ( <div> <h1>supabase-auth-react</h1> </div> ) } 5. Updated App.js component
確定! 回上一頁