diff --git a/internal/theme/common/common.go b/internal/theme/common/common.go index fd238c9..86f7f4a 100644 --- a/internal/theme/common/common.go +++ b/internal/theme/common/common.go @@ -29,6 +29,7 @@ type Handle struct { Components map[string][]Components ThemeMods wpconfig.ThemeMods HandleFns map[int][]HandleFn[*Handle] + Error error } func NewHandle(c *gin.Context, scene int, theme string) *Handle {