6 lines
150 B
TypeScript
6 lines
150 B
TypeScript
import { PolyWeatherDashboard } from "@/components/polyweather-dashboard";
|
|
|
|
export default function HomePage() {
|
|
return <PolyWeatherDashboard />;
|
|
}
|