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:
parent
a82ed4653e
commit
d70ca48728
|
@ -1,6 +1,5 @@
|
|||
/* @flow */
|
||||
|
||||
import { Platform } from '../react';
|
||||
import Platform from '../react/Platform';
|
||||
|
||||
import { ColorPalette } from './components';
|
||||
|
||||
|
|
Loading…
Reference in New Issue