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