Change dir structure

This commit is contained in:
Anton Vakhrushev
2018-06-05 13:14:00 +03:00
parent d88efead90
commit f27fcf1210
4 changed files with 7 additions and 8 deletions

View File

@ -2,11 +2,8 @@ export default class Supervisor {
daemons = [];
constructor(daemons) {
this.daemons = daemons;
}
predict(movements) {
}
predict(movements) {}
}

View File

@ -1,6 +1,6 @@
import Vue from 'vue';
import './style.css';
import Predictor from './Predictor';
import './style.css';
new Vue({
el: '#app',