diff --git a/web/index.templ b/web/index.templ index 4affe8b..c8216b1 100644 --- a/web/index.templ +++ b/web/index.templ @@ -1,9 +1,10 @@ package web -import "dwelling-radio/internal/radio" -import "strconv" -import "dwelling-radio/pkg/utils" import "net/http" +import "strconv" + +import "dwelling-radio/internal/radio" +import "dwelling-radio/pkg/utils" templ Index(curSong *radio.Song, sl []radio.Song, slLen int64, lstnrs *radio.ListenerCounter, r *http.Request) {