Skip to content

Commit

Permalink
simplify view example
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Jun 26, 2018
1 parent 0f4158e commit 5ef338b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions example/view.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
var html = require('choo/html')
var store = require('./store')

var { actions } = store
var { actions } = require('./store')

module.exports = (state, emit) => {
return html`
Expand Down

0 comments on commit 5ef338b

Please sign in to comment.