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