From 00b97a7b1726ec54093c37146977e5c507543b39 Mon Sep 17 00:00:00 2001 From: Rob Stupay Date: Mon, 24 Jul 2017 18:17:16 +0200 Subject: [PATCH] updating the previous commit with run build --- src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.js b/src/app.js index e4034f42f3..ab570236d7 100644 --- a/src/app.js +++ b/src/app.js @@ -29,9 +29,9 @@ var FilePanel = require('./app/file-panel') var EditorPanel = require('./app/editor-panel') var RighthandPanel = require('./app/righthand-panel') var examples = require('./app/example-contracts') +var modalDialogCustom = require('./app/modal-dialog-custom') // var Txlistener = require('./app/txListener') - var css = csjs` html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }