import { PolyWeatherDashboard } from "@/components/polyweather-dashboard";
export default function ModernPage() {
return <PolyWeatherDashboard />;
}