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