Fix Utils is not defined

This commit is contained in:
Samuel Elliott 2018-06-10 22:51:52 +01:00
parent cecaf314f9
commit 906140686f
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
* LICENSE file in the root directory of this source tree.
*/
import { ClientLogger as Logger } from 'common';
import { Utils, ClientLogger as Logger } from 'common';
class BdNode {
constructor(tag, className, id) {