Fixed circular dependency warnings
Summary: Nobody moves the hackathon! Fixed some circular deps warnings while waiting for another Diff to land Reviewed By: priteshrnandgaonkar Differential Revision: D18749645 fbshipit-source-id: 225fbea428dca02f0f4c920ee47b4ece3c3e370b
This commit is contained in:
committed by
Facebook Github Bot
parent
749228674f
commit
2bee9ec9e7
@@ -23,7 +23,7 @@ import {
|
||||
} from 'flipper';
|
||||
import {FlipperDevicePlugin, BaseAction} from './plugin';
|
||||
import {connect, ReactReduxContext} from 'react-redux';
|
||||
import {store} from './init';
|
||||
import {store} from './store';
|
||||
import React, {Component, Fragment} from 'react';
|
||||
import {clipboard} from 'electron';
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user