prometheus/web/ui/app/src/pages/graph.tsx

4 lines
62 B
TypeScript
Raw Normal View History

export default function Graph() {
return <>Graph page</>;
}