Migrate launcher
Summary: _typescript_ Reviewed By: jknoxville Differential Revision: D16711748 fbshipit-source-id: e874b5b6197e64ab7db1d8daecf42a4b52b8c2a8
This commit is contained in:
committed by
Facebook Github Bot
parent
85aeaa0e47
commit
8c05c73c5f
@@ -20,7 +20,7 @@ import dispatcher from './dispatcher/index.tsx';
|
||||
import TooltipProvider from './ui/components/TooltipProvider.js';
|
||||
import config from './utils/processConfig.tsx';
|
||||
import {stateSanitizer} from './utils/reduxDevToolsConfig.tsx';
|
||||
import {initLauncherHooks} from './utils/launcher.js';
|
||||
import {initLauncherHooks} from './utils/launcher.tsx';
|
||||
import initCrashReporter from './utils/electronCrashReporter.tsx';
|
||||
import path from 'path';
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
* @format
|
||||
*/
|
||||
|
||||
import type {ProcessConfig} from './processConfig.tsx';
|
||||
import type {Store} from '../reducers/index.tsx';
|
||||
import {ProcessConfig} from './processConfig';
|
||||
import {Store} from '../reducers/index';
|
||||
|
||||
export function initLauncherHooks(config: ProcessConfig, store: Store) {
|
||||
if (config.launcherMsg) {
|
||||
Reference in New Issue
Block a user