table constant data is added and Compliance Safety completed

This commit is contained in:
2026-07-24 18:05:07 +05:30
parent 5a2ae769d8
commit a5394823f3
33 changed files with 3728 additions and 1629 deletions

View File

@@ -0,0 +1,22 @@
"use client"
import FireSafetyPortal from "@/components/dashboard/compliance/fireAndSafety";
export default function FireSafetyPage() {
return (
<div className="p-8 mx-3">
<FireSafetyPortal/>
</div>
);
}