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
@@ -24,7 +24,7 @@ var (
)
// Layout is a component that renders the general layout of the application
templ Root(title string) {
templ View(title string) {
<!DOCTYPE html>
<html lang="en">
@Head(title, "0.0.11")