Replace commonjs import
Summary: Feels out of place. More drive-by stuff. I'll set up a linter for this later. Reviewed By: bnelo12 Differential Revision: D16332869 fbshipit-source-id: 0fb94eabbeeca039f8704df288e26babf34a7e34
This commit is contained in:
committed by
Facebook Github Bot
parent
11198e003e
commit
37f8caf714
@@ -22,7 +22,7 @@ import config from './utils/processConfig.js';
|
|||||||
import {stateSanitizer} from './utils/reduxDevToolsConfig.js';
|
import {stateSanitizer} from './utils/reduxDevToolsConfig.js';
|
||||||
import {initLauncherHooks} from './utils/launcher.js';
|
import {initLauncherHooks} from './utils/launcher.js';
|
||||||
import initCrashReporter from './utils/electronCrashReporter';
|
import initCrashReporter from './utils/electronCrashReporter';
|
||||||
const path = require('path');
|
import path from 'path';
|
||||||
|
|
||||||
const store = createStore(
|
const store = createStore(
|
||||||
reducers,
|
reducers,
|
||||||
|
|||||||
Reference in New Issue
Block a user