generated from dwd/boilarplate-remix-tailwind-antd
s1
This commit is contained in:
16
app/components/AdminNav.tsx
Normal file
16
app/components/AdminNav.tsx
Normal file
@@ -0,0 +1,16 @@
|
||||
export default function Index(){
|
||||
return(
|
||||
<div className="">
|
||||
<section className="container-fluid bg-[#000] text-[#FFF] py-3">
|
||||
<div className="flex flex-row justify-center space-x-10 place-items-center">
|
||||
<a href="">New Module</a>
|
||||
<a href="">New Quiz</a>
|
||||
<a href="">New Quiz Question</a>
|
||||
</div>
|
||||
</section>
|
||||
<section className="container mx-auto px-4">
|
||||
<div className="flex"></div>
|
||||
</section>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user