table constant data is added and Compliance Safety completed
This commit is contained in:
22
app/dashboard/compliance-safety/fireAndSafety/page.tsx
Normal file
22
app/dashboard/compliance-safety/fireAndSafety/page.tsx
Normal 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>
|
||||
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user