aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/history_flush.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/history_flush.go')
-rw-r--r--ui/history_flush.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/ui/history_flush.go b/ui/history_flush.go
index 96b6f3d..0776f9c 100644
--- a/ui/history_flush.go
+++ b/ui/history_flush.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"
- "github.com/miniflux/miniflux/http/response/html"
- "github.com/miniflux/miniflux/http/route"
+ "miniflux.app/http/context"
+ "miniflux.app/http/response"
+ "miniflux.app/http/response/html"
+ "miniflux.app/http/route"
)
// FlushHistory changes all "read" items to "removed".