mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-06 22:27:17 +02:00
4 lines
70 B
TypeScript
4 lines
70 B
TypeScript
export default function TargetsPage() {
|
|
return <>Targets page</>;
|
|
}
|