"use client";
import { motion } from "framer-motion";
import { Activity, Droplets, MapPin, Thermometer } from "lucide-react";
import type { HydroStation } from "@/types/imgw";
import { formatDateTime, formatFlow, formatTemperature, formatWaterLevel } from "@/lib/weather-utils";
import { Card } from "@/components/ui/card";
export function HydroStationCard({ station, index = 0 }: { station: HydroStation; index?: number }) {
return (
Pomiar poziomu: {formatDateTime(station.waterLevelMeasuredAt)}{station.name}
{value}