aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/category_remove.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/category_remove.go')
-rw-r--r--ui/category_remove.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/ui/category_remove.go b/ui/category_remove.go
index 6656ee3..6cdb0e4 100644
--- a/ui/category_remove.go
+++ b/ui/category_remove.go
@@ -2,16 +2,16 @@
// 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/request"
- "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/request"
+ "miniflux.app/http/response"
+ "miniflux.app/http/response/html"
+ "miniflux.app/http/route"
)
// RemoveCategory deletes a category from the database.