style: sort imports
This commit is contained in:
@@ -12,9 +12,9 @@ import (
|
||||
|
||||
"mal/integrations/jikan"
|
||||
"mal/internal/db"
|
||||
webcontext "mal/web/context"
|
||||
animecomponents "mal/web/components/anime"
|
||||
watchcomponents "mal/web/components/watch"
|
||||
webcontext "mal/web/context"
|
||||
"mal/web/templates"
|
||||
)
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@ import (
|
||||
"mal/integrations/jikan"
|
||||
"mal/internal/db"
|
||||
"mal/internal/middleware"
|
||||
webcontext "mal/web/context"
|
||||
"mal/web/components/watch"
|
||||
webcontext "mal/web/context"
|
||||
"mal/web/shared"
|
||||
"mal/web/templates"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user