feat: build production-ready wtr weather PWA
This commit is contained in:
5
app/page.tsx
Normal file
5
app/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { DashboardPage } from "@/components/dashboard/dashboard-page";
|
||||
|
||||
export default function HomePage() {
|
||||
return <DashboardPage />;
|
||||
}
|
||||
Reference in New Issue
Block a user