Add Header of some form

This commit is contained in:
2024-08-09 16:52:56 +02:00
parent 3a4839cd24
commit 9c6ac0ef51
7 changed files with 43 additions and 77 deletions

View File

@@ -2,6 +2,10 @@
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function Foo() {
return window['go']['main']['App']['Foo']();
}
export function Greet(arg1) {
return window['go']['main']['App']['Greet'](arg1);
}