prometheus/web/ui/mantine-ui/src/pages/ServiceDiscoveryPage.tsx
Julius Volz 2bb14c5787 Lots of more progress on the new Mantine UI
Signed-off-by: Julius Volz <julius.volz@gmail.com>
2024-03-07 13:16:54 +01:00

4 lines
88 B
TypeScript

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