generated from muhtadeetaron/nextjs-template
added exam routes
This commit is contained in:
@ -33,7 +33,7 @@ const Unit = () => {
|
||||
/>
|
||||
<div className="flex-1">
|
||||
<div className="overflow-y-auto">
|
||||
<div className="border border-blue-200 gap-4 rounded-3xl p-6 mx-10 mt-10">
|
||||
<div className="border border-blue-200 gap-4 rounded-3xl p-4 mx-10 mt-10">
|
||||
{units ? (
|
||||
units.map((unit) => (
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user