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