1
0

Reorganise imports in a template.

This commit is contained in:
Alexander Andreev 2024-06-20 00:50:37 +04:00
parent e3f7b10200
commit d1bd7982ce
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34

View File

@ -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) {
<!DOCTYPE html>