Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pghalliday committed May 31, 2017
1 parent 77e2eb5 commit 303f2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const composeEnhancers = composeWithDevTools({
// devtool options
});

const duckling = appFactory(new Storage('crypto-watch'));
const duckling = appFactory(new Storage('hodler'));
const {app, reducer} = resolve(duckling);

module.exports = {
Expand Down

0 comments on commit 303f2e7

Please sign in to comment.