Remove references to bel (#678)

Fixes example todo app
This commit is contained in:
Carl Törnqvist
2018-08-01 12:32:36 +02:00
committed by GitHub
parent 48b19a6654
commit 5396036fe8
10 changed files with 9 additions and 12 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
var Component = require('../../../component')
var html = require('bel')
var html = require('nanohtml')
var Todo = require('./todo')