refactor: remove obsolete interchain test dependencies

This commit is contained in:
Prad Nukala
2024-12-11 15:11:24 -05:00
parent 72f42afb81
commit 737565344d
32 changed files with 99 additions and 4774 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ var (
)
// Layout is a component that renders the general layout of the application
func Root(title string) templ.Component {
func View(title string) templ.Component {
return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) {
templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context
if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil {