import AdminPanel from "./AdminPanel"; const AdminPage = () => { return (
); }; export default AdminPage;