diff options
Diffstat (limited to 'ui/category_create.go')
-rw-r--r-- | ui/category_create.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ui/category_create.go b/ui/category_create.go index 7c0e0d9b..2d8c9d99 100644 --- a/ui/category_create.go +++ b/ui/category_create.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/html" - "github.com/miniflux/miniflux/ui/session" - "github.com/miniflux/miniflux/ui/view" + "miniflux.app/http/context" + "miniflux.app/http/response/html" + "miniflux.app/ui/session" + "miniflux.app/ui/view" ) // CreateCategory shows the form to create a new category. |