import ReactDOM from "react-dom"; import AdminDashboard from "./App"; ReactDOM.render( , document.getElementById('admin-panel') );