moved go files to src

This commit is contained in:
2025-02-23 19:28:38 -06:00
parent 6445f3a495
commit 2c873779ff
18 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
module.exports = {
content: ["./components.templ"],
content: ["./src/components.templ"],
theme: {
extend: {},
},