diff options
Diffstat (limited to 'pred_gui/frontend/wailsjs/go/main/App.js')
| -rwxr-xr-x | pred_gui/frontend/wailsjs/go/main/App.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pred_gui/frontend/wailsjs/go/main/App.js b/pred_gui/frontend/wailsjs/go/main/App.js new file mode 100755 index 0000000..c71ae77 --- /dev/null +++ b/pred_gui/frontend/wailsjs/go/main/App.js @@ -0,0 +1,7 @@ +// @ts-check +// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL +// This file is automatically generated. DO NOT EDIT + +export function Greet(arg1) { + return window['go']['main']['App']['Greet'](arg1); +} |
