generated from dwd/boilarplate-remix-tailwind-antd
9 lines
157 B
TypeScript
9 lines
157 B
TypeScript
import AdminNav from '~/components/AdminNav'
|
|
|
|
export default function AdminIndex(){
|
|
return(
|
|
<div>
|
|
<AdminNav />
|
|
</div>
|
|
)
|
|
} |