Scoring types, components alias, increase height, vertical app

This commit is contained in:
2024-12-13 21:58:18 -06:00
parent eb9d4cf572
commit 6f0b2050ad
10 changed files with 221 additions and 24 deletions

View File

@@ -5,3 +5,7 @@
export function Greet(arg1) {
return window['go']['main']['App']['Greet'](arg1);
}
export function Search() {
return window['go']['main']['App']['Search']();
}