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

@@ -35,7 +35,7 @@
// trigger lived inside, which yanked the trigger out from under the cursor.
package webui
import "kjol/vdom"
import "kjol/wasmruntime/vdom"
const tooltipCls = "bg-neutral-800 text-white text-sm px-2.5 py-1.5 rounded-default shadow-lg max-w-80 relative"