don't need to append .js, and be consistent about not doing so

This commit is contained in:
Michael Bradley, Jr 2018-08-31 17:00:27 -05:00
parent 9ed6053363
commit 5b92fa3d70
1 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
import Storage from './storage.js';
import Names from './names.js';
import Messages from './messages.js';
import Blockchain from './blockchain.js';
import Utils from './utils.js';
import Storage from './storage';
import Names from './names';
import Messages from './messages';
import Blockchain from './blockchain';
import Utils from './utils';
var EmbarkJS = {
onReady: function (cb) {