feat(claim column demo button added)

This commit is contained in:
2025-12-19 02:48:11 +05:30
parent 4c030713d7
commit 7328b4f402

View File

@@ -914,6 +914,14 @@ export default function AppointmentsPage() {
</>
)}
</Button>
<Button disabled={true}>
<Shield className="h-4 w-4 mr-2" />
Claim Column A
</Button>
<Button disabled={true}>
<Shield className="h-4 w-4 mr-2" />
Claim Column B
</Button>
</div>
</div>