Web API, Web UI #86

Merged
projectmoon merged 37 commits from web-api into master 2021-07-15 15:04:54 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 258f7f8b88 - Show all commits

View File

@ -1,6 +1,6 @@
//The wasm application is compiled as javascript into the /pkg
//directory. Webpack then replaces this import with what is actually
//needed.
//needed. To import the web assembly, the import FUNCTION must be
//used. The import STATEMENT does not work.
import './webui.scss';
//import('webui.scss');
import("./pkg");
import('./pkg');