feat: Introduce a new Next.js modern frontend with a history API route and include legacy static assets.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { PolyWeatherDashboard } from "@/components/polyweather-dashboard";
|
||||
|
||||
export default function ModernPage() {
|
||||
return <PolyWeatherDashboard />;
|
||||
}
|
||||
Reference in New Issue
Block a user