Configure Completed is added
This commit is contained in:
19
app/dashboard/iot-app/commandCenter/page.tsx
Normal file
19
app/dashboard/iot-app/commandCenter/page.tsx
Normal file
@@ -0,0 +1,19 @@
|
||||
"use client";
|
||||
|
||||
|
||||
|
||||
import CommandCenterPortal from "@/components/dashboard/iotapplication/commandCenter";
|
||||
|
||||
|
||||
|
||||
export default function CommandCenterPage() {
|
||||
return (
|
||||
|
||||
|
||||
<div className="p-8 mx-3">
|
||||
<CommandCenterPortal />
|
||||
|
||||
</div>
|
||||
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user