This commit is contained in:
2026-04-08 23:01:07 +03:30
parent 3f15890393
commit 6046bc3c28
6 changed files with 1273 additions and 140 deletions
@@ -1,7 +1,7 @@
import Sensor7Page from "@/views/dashboards/farm/sensor7/Sensor7Page";
const Sensor7 = async () => {
const SolidSensor = async () => {
return <Sensor7Page />;
};
export default Sensor7;
export default SolidSensor;