test(v0): use component-scoped generated APIs

Drop the v0 example's global export opt-in and update tests to use component-scoped slots and forms, matching the checked public API path.

req: component/003

req: build/001
This commit is contained in:
slhx agent
2026-05-26 01:38:01 +02:00
parent e20d356c1d
commit 162c117a5a
2 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
fn main() {
slhx_build::app().global_exports(true).run().unwrap();
slhx_build::app().run().unwrap();
}