chore: remove unused strings import from renderer

This commit is contained in:
2026-05-26 16:14:43 +02:00
parent 57be9a5d70
commit 5f4010901a

View File

@@ -8,7 +8,6 @@ import (
"io/fs"
"net/http"
"path"
"strings"
"github.com/gin-gonic/gin"
"github.com/gin-gonic/gin/render"