Release v1.5.0 and add ops admin dashboard
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import type { Metadata } from "next";
|
||||
import { OpsDashboard } from "@/components/ops/OpsDashboard";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "PolyWeather Ops",
|
||||
description: "PolyWeather lightweight operations dashboard.",
|
||||
};
|
||||
|
||||
export default function OpsPage() {
|
||||
return <OpsDashboard />;
|
||||
}
|
||||
Reference in New Issue
Block a user