chore: install project dependencies and generate build artifacts.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { PolyWeatherDashboard } from "@/components/polyweather-dashboard";
|
||||
|
||||
export default function HomePage() {
|
||||
return <PolyWeatherDashboard />;
|
||||
}
|
||||
Reference in New Issue
Block a user