import AdminNav from '~/components/AdminNav'
export default function AdminIndex(){
return(
<div>
<AdminNav />
</div>
)
}