Table component is added and visitor management screen is added
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
"use client"
|
||||
|
||||
import VistiorManagementPortal from "@/components/dashboard/visitorManagement";
|
||||
|
||||
|
||||
export default function InventoryPage() {
|
||||
return (
|
||||
|
||||
|
||||
<div className="p-8 mx-3">
|
||||
<VistiorManagementPortal/>
|
||||
|
||||
</div>
|
||||
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user