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

Admin Page

); }; export default AdminPage;