summaryrefslogtreecommitdiff
path: root/WebInterface/NodeJSServer/src/js/about.js
blob: 23351cf0621d7cd615a97cdf4f6a195749b87e78 (plain)
1
2
3
4
5
6
import Interface from './modules/interface';
import UIManager from './modules/ui/uiManager';

let iface = new Interface();
let uiMan = new UIManager(iface);
uiMan.initAbout();