Migrate dispatcher index to tsx
Summary: As per the title Reviewed By: jknoxville, passy Differential Revision: D16690303 fbshipit-source-id: fa78ea1e3f288249676d5a6423e5d0f0a6e427a4
This commit is contained in:
committed by
Facebook Github Bot
parent
86642816fb
commit
c43beb53d1
@@ -9,7 +9,7 @@ import path from 'path';
|
||||
import {createStore} from 'redux';
|
||||
import {applyMiddleware} from 'redux';
|
||||
import yargs from 'yargs';
|
||||
import dispatcher from '../src/dispatcher/index.js';
|
||||
import dispatcher from '../src/dispatcher/index.tsx';
|
||||
import {init as initLogger} from '../src/fb-stubs/Logger.js';
|
||||
import reducers from '../src/reducers/index.tsx';
|
||||
import {exportStore, pluginsClassMap} from '../src/utils/exportData.js';
|
||||
|
||||
Reference in New Issue
Block a user