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
@@ -7,7 +7,7 @@
|
||||
|
||||
import type {Logger} from '../fb-interfaces/Logger';
|
||||
|
||||
import type {Store} from '../reducers/index.js';
|
||||
import type {Store} from '../reducers/index.tsx';
|
||||
|
||||
export default class BugReporter {
|
||||
constructor(logManager: Logger, store: Store) {}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
import type {TrackType, Logger} from '../fb-interfaces/Logger';
|
||||
import type {Store} from '../reducers/index';
|
||||
import type {Store} from '../reducers/index.tsx';
|
||||
import ScribeLogger from './ScribeLogger';
|
||||
|
||||
let instance: ?StubLogger = null;
|
||||
|
||||
Reference in New Issue
Block a user