fix(aot): JS error (#3118)

The following import chain is braking the bundle
AOT->base/toolbox->base/styles->base/react->base/i18n
pull/2955/head jitsi-meet_3126
Hristo Terezov 7 years ago committed by virtuacoplenny
parent a82ed4653e
commit d70ca48728
  1. 3
      react/features/base/styles/functions.js

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

Loading…
Cancel
Save