// App.jsx — renders the Autoscience Mira homepage.

function App() {
  return <ConceptB />;
}

ReactDOM.createRoot(document.getElementById("root")).render(<App />);
