Skip to content

Commit

Permalink
feat(main): Add window management and process management
Browse files Browse the repository at this point in the history
  • Loading branch information
FranklinWaller committed Oct 10, 2019
1 parent e22fccb commit 3482a24
Show file tree
Hide file tree
Showing 68 changed files with 2,968 additions and 759 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import './src/scss/index.scss';
import InstanceBag from './src/js/InstanceBag';
import Configuration from './src/js/Configuration';
import packageJson from './package.json';
import web3 from 'web3';

// injectTapEventPlugin();

Expand All @@ -18,7 +19,6 @@ const env = Configuration.getEnvironment();
// });

// InstanceBag.set('sdk', sdk);

const app = new App('app');
app.run();

Expand Down
Loading

0 comments on commit 3482a24

Please sign in to comment.