aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/form/feed.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/form/feed.go')
-rw-r--r--ui/form/feed.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/form/feed.go b/ui/form/feed.go
index 853287a..a8a4343 100644
--- a/ui/form/feed.go
+++ b/ui/form/feed.go
@@ -2,14 +2,14 @@
// 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"
"strconv"
- "github.com/miniflux/miniflux/errors"
- "github.com/miniflux/miniflux/model"
+ "miniflux.app/errors"
+ "miniflux.app/model"
)
// FeedForm represents a feed form in the UI