import { Card, CardContent, CardHeader, CardTitle } from "../ui/card"; import { Input } from "../ui/input"; import { Button } from "../ui/button"; import { Label } from "../ui/label"; import { Switch } from "../ui/switch"; import { Gauge } from "lucide-react"; export function LevelSettingView() { return (

Level Setting

Water Level Configuration
); }