Change dir structure
This commit is contained in:
@ -2,11 +2,8 @@ export default class Supervisor {
|
||||
daemons = [];
|
||||
|
||||
constructor(daemons) {
|
||||
|
||||
this.daemons = daemons;
|
||||
}
|
||||
|
||||
predict(movements) {
|
||||
|
||||
}
|
||||
predict(movements) {}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
import Vue from 'vue';
|
||||
import './style.css';
|
||||
import Predictor from './Predictor';
|
||||
import './style.css';
|
||||
|
||||
new Vue({
|
||||
el: '#app',
|
||||
|
Reference in New Issue
Block a user