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