This commit is contained in:
2026-04-04 01:16:36 +03:30
parent 76fd2a29f8
commit ae1bbc126f
5 changed files with 268 additions and 0 deletions
@@ -0,0 +1,7 @@
import Sensor7Page from "@/views/dashboards/farm/sensor7/Sensor7Page";
const Sensor7 = async () => {
return <Sensor7Page />;
};
export default Sensor7;