fix(aot): JS error (#3118)

The following import chain is braking the bundle
AOT->base/toolbox->base/styles->base/react->base/i18n
This commit is contained in:
Hristo Terezov 2018-06-08 16:46:58 -05:00 committed by virtuacoplenny
parent a82ed4653e
commit d70ca48728
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
/* @flow */
import { Platform } from '../react';
import Platform from '../react/Platform';
import { ColorPalette } from './components';