diff --git a/public/plugin.tsx b/public/plugin.tsx index 2b98449eb..e4be048aa 100644 --- a/public/plugin.tsx +++ b/public/plugin.tsx @@ -68,7 +68,6 @@ export class AlertingPlugin implements Plugin { const { renderApp } = await import('./app'); @@ -93,7 +92,6 @@ export class AlertingPlugin implements Plugin { return mountWrapper(params, "/dashboard"); }, @@ -104,7 +102,6 @@ export class AlertingPlugin implements Plugin { return mountWrapper(params, "/monitors"); }, @@ -115,7 +112,6 @@ export class AlertingPlugin implements Plugin { return mountWrapper(params, "/destinations"); },