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:
Pascal Hartig
2019-07-17 06:26:03 -07:00
committed by Facebook Github Bot
parent 11198e003e
commit 37f8caf714

View File

@@ -22,7 +22,7 @@ import config from './utils/processConfig.js';
import {stateSanitizer} from './utils/reduxDevToolsConfig.js';
import {initLauncherHooks} from './utils/launcher.js';
import initCrashReporter from './utils/electronCrashReporter';
const path = require('path');
import path from 'path';
const store = createStore(
reducers,