All Screens in Operations are added
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
"use client"
|
||||
|
||||
import InventoryPortal from "@/components/dashboard/inventory";
|
||||
export default function InventoryPage() {
|
||||
return (
|
||||
|
||||
|
||||
<div className="p-8 mx-3">
|
||||
<InventoryPortal/>
|
||||
|
||||
</div>
|
||||
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user