More work on UI
This commit is contained in:
@@ -5,6 +5,8 @@ import { Calibration } from './calibration';
|
||||
import { ce, MorphComponent, MorphFeature } from 'morphux';
|
||||
import { OutOfServiceMode } from './outOfServiceMode';
|
||||
import { Timer } from './timer';
|
||||
import { Lighting } from './lighting';
|
||||
import { Sound } from './sound';
|
||||
|
||||
const socket = io('/');
|
||||
|
||||
@@ -14,6 +16,8 @@ export class Main {
|
||||
Calibration = new Calibration(this);
|
||||
OutOfServiceMode = new OutOfServiceMode(this);
|
||||
Timer = new Timer(this);
|
||||
Lighting = new Lighting(this);
|
||||
Sound = new Sound(this);
|
||||
|
||||
socket = socket;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user