fix imports

This commit is contained in:
Tamius Han 2020-03-13 00:28:41 +01:00
parent 49ca4b64e3
commit f0cc710621

View File

@ -1,5 +1,6 @@
import currentBrowser from '../conf/BrowserDetect';
import { decycle } from 'json-cyclic';
import Comms from './comms/Comms';
class Logger {
constructor(options) {