Changes done in ui screens
This commit is contained in:
23
app/dashboard/iot-app/alarmRule/page.tsx
Normal file
23
app/dashboard/iot-app/alarmRule/page.tsx
Normal file
@@ -0,0 +1,23 @@
|
||||
"use client";
|
||||
|
||||
|
||||
|
||||
|
||||
import AlarmRulesPortal from "@/components/dashboard/iotapplication/alarmsRules";
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
export default function AlarmRulesPage() {
|
||||
return (
|
||||
|
||||
|
||||
<div className="p-6 mx-2">
|
||||
<AlarmRulesPortal/>
|
||||
|
||||
</div>
|
||||
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user