fixed path in stylus.js

This commit is contained in:
mhalfmann 2019-04-05 10:49:16 +02:00
parent 9386ff06fe
commit fc23c2fc56
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import Events from '../../node_modules/iwmlib/lib/events.js'
import { Angle } from '../../node_modules/iwmlib/lib/utils.js'
import Events from '../events.js'
import { Angle } from '../utils.js'
class StylusCommand extends Object {