refactor folder structure

This commit is contained in:
2026-07-17 12:52:05 -04:00
parent dda0e738d4
commit 85d07f069e
80 changed files with 93 additions and 85 deletions

View File

@@ -1,7 +1,7 @@
// Code generated by wasmgen. DO NOT EDIT.
package app
import "kjol/vdom"
import "kjol/wasmruntime/vdom"
// Routes maps each //gowasm:page path to its instantiated render function.
func Routes(d Deps) map[string]func() *vdom.VNode {