diff --git a/ui/react-app/embed.go.tmpl b/ui/react-app/embed.go.tmpl index 1d6d7894..74eac488 100644 --- a/ui/react-app/embed.go.tmpl +++ b/ui/react-app/embed.go.tmpl @@ -14,3 +14,4 @@ package reactApp import "embed" + diff --git a/ui/web.go b/ui/web.go index 8588e681..72abd04e 100644 --- a/ui/web.go +++ b/ui/web.go @@ -21,11 +21,12 @@ import ( "path" "github.com/go-kit/log" - "github.com/prometheus/alertmanager/asset" - reactApp "github.com/prometheus/alertmanager/ui/react-app" "github.com/prometheus/client_golang/prometheus/promhttp" "github.com/prometheus/common/route" "github.com/prometheus/common/server" + + "github.com/prometheus/alertmanager/asset" + reactApp "github.com/prometheus/alertmanager/ui/react-app" ) var reactRouterPaths = []string{