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