aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/static_manifest.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/static_manifest.go')
-rw-r--r--ui/static_manifest.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/ui/static_manifest.go b/ui/static_manifest.go
index 96814fe..f8f6ac0 100644
--- a/ui/static_manifest.go
+++ b/ui/static_manifest.go
@@ -2,15 +2,15 @@
// Use of this source code is governed by the Apache 2.0
// license that can be found in the LICENSE file.
-package ui
+package ui // import "miniflux.app/ui"
import (
"net/http"
- "github.com/miniflux/miniflux/http/context"
- "github.com/miniflux/miniflux/http/response/json"
- "github.com/miniflux/miniflux/http/route"
- "github.com/miniflux/miniflux/model"
+ "miniflux.app/http/context"
+ "miniflux.app/http/response/json"
+ "miniflux.app/http/route"
+ "miniflux.app/model"
)
// WebManifest renders web manifest file.