added exam routes

This commit is contained in:
shafin-r
2025-07-05 19:05:47 +06:00
parent 576398883d
commit 06418a82ab
8 changed files with 926 additions and 20 deletions

View File

@ -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