style: sort imports

This commit is contained in:
2026-04-23 16:45:52 +02:00
parent a51a5e17e1
commit 07abd0535e
2 changed files with 2 additions and 2 deletions

View File

@@ -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"
)