Dum dum error in the require statements of index.js
This commit is contained in:
parent
26116303cc
commit
ef807ea69c
3
index.js
3
index.js
|
@ -6,7 +6,8 @@ const fs = require('fs')
|
|||
const { exec } = require('child_process')
|
||||
|
||||
const BLE = require('./lib/ble')
|
||||
const intval = require('./lib/intval')
|
||||
const Intval = require('./lib/intval')
|
||||
const intval = new Intval()
|
||||
const Sequence = require('./lib/sequence')
|
||||
const sequence = new Sequence(intval)
|
||||
|
||||
|
|
Loading…
Reference in New Issue