generated from dwd/boilarplate-remix-tailwind-antd
s1
This commit is contained in:
9
app/routes/admin._index.tsx
Normal file
9
app/routes/admin._index.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import AdminNav from '~/components/AdminNav'
|
||||
|
||||
export default function AdminIndex(){
|
||||
return(
|
||||
<div>
|
||||
<AdminNav />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user