//The wasm application is compiled as javascript into the /pkg
//directory. Webpack then replaces this import with what is actually
//needed.
import './webui.scss';
//import('webui.scss');
import("./pkg");