client/pages/index.jsx (4 lines of code) (raw):

import App from "../components/App"; export default function Index() { return <App />; }