From d1bd7982cedc2b71f8229746c45d8c218f2d9dc7 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Thu, 20 Jun 2024 00:50:37 +0400 Subject: [PATCH] Reorganise imports in a template. --- web/index.templ | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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) {