/* projects-app.jsx — render the Projects page into #root */
ReactDOM.createRoot(document.getElementById("root")).render(<ProjectsPage />);
