import React from "react"; import Card from "../_components/Card"; const AdminPage = () => { return <>; }; export default AdminPage;