fix: view templ error
Docker Build and Push / build-and-push (push) Has been cancelled

This commit is contained in:
2026-01-15 00:40:39 +07:00
parent 8037a91794
commit 9b55fb9847
12 changed files with 32 additions and 32 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
package adminIndex
import "github.com/fossyy/filekeeper/view/admin/layout"
@@ -443,6 +444,6 @@ templ Main() {
</div>
</main>
</div>
<script src="/public/websocket.js" />
<script src="/public/websocket.js"></script>
}
}
+1
View File
@@ -1,6 +1,7 @@
// Code generated by templ - DO NOT EDIT.
// templ: version: v0.3.833
package adminIndex
//lint:file-ignore SA4006 This context is only used if a nested component is present.
+1 -1
View File
@@ -1,6 +1,6 @@
package layout
templ Base(){
templ Base() {
<!DOCTYPE html>
<html lang="en">
<head>