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