diff options
Diffstat (limited to 'src/componentwrapper.rs')
| -rw-r--r-- | src/componentwrapper.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/componentwrapper.rs b/src/componentwrapper.rs index 2d3c102..4615d53 100644 --- a/src/componentwrapper.rs +++ b/src/componentwrapper.rs @@ -236,6 +236,7 @@ components!( ) }; Ear () {Ear::default()}; + Build (obj: Template); ); |
