1 2 3 4 5 6 7 8
export function App() { return ( <div> <h1>Kioku</h1> <p>Spaced repetition learning app</p> </div> ); }