// src/App.jsx function App() { return (

Philip

I'm a web development student building things one chapter at a time.

); } export default App; /* Notes: - Everything is wrapped in a single parent
— JSX requires exactly one root element returned from the component. - className is used instead of class, since "class" is a reserved word in JavaScript. */