migrate redux store
Summary: Migrating redux stores to TypeScript Reviewed By: passy Differential Revision: D16579796 fbshipit-source-id: e3e507f17f1bdd57eb45e30cb0b28aaee6c4521c
This commit is contained in:
committed by
Facebook Github Bot
parent
2c95ef6b25
commit
64cefd0f84
@@ -11,7 +11,7 @@ import {applyMiddleware} from 'redux';
|
||||
import yargs from 'yargs';
|
||||
import dispatcher from '../src/dispatcher/index.js';
|
||||
import {init as initLogger} from '../src/fb-stubs/Logger.js';
|
||||
import reducers from '../src/reducers/index.js';
|
||||
import reducers from '../src/reducers/index.tsx';
|
||||
import {exportStore, pluginsClassMap} from '../src/utils/exportData.js';
|
||||
import {
|
||||
exportMetricsWithoutTrace,
|
||||
@@ -20,7 +20,7 @@ import {
|
||||
import {listDevices} from '../src/utils/listDevices';
|
||||
// $FlowFixMe this file exist, trust me, flow!
|
||||
import setup from '../static/setup.js';
|
||||
import type {Store} from '../src/reducers';
|
||||
import type {Store} from '../src/reducers/index.tsx';
|
||||
import {getPersistentPlugins} from '../src/utils/pluginUtils.js';
|
||||
import {serialize} from '../src/utils/serialization';
|
||||
import type BaseDevice from '../src/devices/BaseDevice';
|
||||
|
||||
Reference in New Issue
Block a user