fix: align template import aliases
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
|
||||
"mal/integrations/jikan"
|
||||
animecomponents "mal/web/components/anime"
|
||||
"mal/web/components"
|
||||
components "mal/web/components"
|
||||
watchlistcomponents "mal/web/components/watchlist"
|
||||
"mal/web/shared"
|
||||
"mal/web/shared/layout"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package templates
|
||||
|
||||
import "mal/integrations/jikan"
|
||||
import "mal/web/components"
|
||||
import ui "mal/web/components"
|
||||
import "fmt"
|
||||
import "mal/web/shared/layout"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package templates
|
||||
|
||||
import "mal/integrations/jikan"
|
||||
import "mal/web/components"
|
||||
import ui "mal/web/components"
|
||||
import "fmt"
|
||||
import "mal/web/shared/layout"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ package templates
|
||||
import (
|
||||
"fmt"
|
||||
"mal/integrations/jikan"
|
||||
"mal/web/components"
|
||||
ui "mal/web/components"
|
||||
"mal/web/shared/layout"
|
||||
"net/url"
|
||||
)
|
||||
|
||||
@@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
|
||||
"mal/integrations/jikan"
|
||||
"mal/web/components"
|
||||
components "mal/web/components"
|
||||
"mal/web/shared"
|
||||
"mal/web/shared/layout"
|
||||
)
|
||||
|
||||
@@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
|
||||
"mal/integrations/jikan"
|
||||
"mal/web/components"
|
||||
components "mal/web/components"
|
||||
"mal/web/components/ui"
|
||||
"mal/web/components/watch"
|
||||
"mal/web/components/watchlist"
|
||||
|
||||
Reference in New Issue
Block a user