Missing Logger import

This commit is contained in:
Jiiks 2018-03-17 18:42:16 -03:00
parent b83e3c967d
commit f8b9cdaead
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
* LICENSE file in the root directory of this source tree.
*/
import { ClientLogger as Logger } from 'common';
class Reflection {
static reactInternalInstance(node) {
if (!node) return null;