rename to mocksnow

This commit is contained in:
2025-03-22 17:05:42 +11:00
parent c8c475911b
commit 112ad8da1a
33 changed files with 192 additions and 1802 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ package views
import (
"strconv"
"wnzl-snow/components/core"
"mocksnow/components/core"
)
type IncomingRow struct {
+1 -1
View File
@@ -10,7 +10,7 @@ import templruntime "github.com/a-h/templ/runtime"
import (
"strconv"
"wnzl-snow/components/core"
"mocksnow/components/core"
)
type IncomingRow struct {
+1 -1
View File
@@ -1,7 +1,7 @@
package views
import (
"wnzl-snow/components/core"
"mocksnow/components/core"
)
type BuildInfo struct {
+1 -1
View File
@@ -9,7 +9,7 @@ import "github.com/a-h/templ"
import templruntime "github.com/a-h/templ/runtime"
import (
"wnzl-snow/components/core"
"mocksnow/components/core"
)
type BuildInfo struct {