aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/form/category.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/form/category.go')
-rw-r--r--ui/form/category.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/form/category.go b/ui/form/category.go
index 31b7196..f255cb4 100644
--- a/ui/form/category.go
+++ b/ui/form/category.go
@@ -2,13 +2,13 @@
// Use of this source code is governed by the Apache 2.0
// license that can be found in the LICENSE file.
-package form
+package form // import "miniflux.app/ui/form"
import (
"net/http"
- "github.com/miniflux/miniflux/errors"
- "github.com/miniflux/miniflux/model"
+ "miniflux.app/errors"
+ "miniflux.app/model"
)
// CategoryForm represents a feed form in the UI