Last active
September 28, 2018 15:22
-
-
Save mcavaliere/5e8c64fe70d4bb3d876886545f0858d2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Old | |
import Utils from 'utils.js'; | |
// Load the config. | |
let config = Utils.initConfig(); | |
// New | |
import Config from 'config.js'; | |
Config.initConfig(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment