import useRequireAdmin from '../../hooks/useRequireAdmin' export default function AdminDashboard(){ useRequireAdmin() return

Admin Dashboard

}