UNPKG
hg-sid
Version:
latest (0.1.3)
0.1.3
a front-end simple framework with mvc
github.com/hamger/sid
hamger/sid
hg-sid
/
src
/
virtual-dom
/
index.js
12 lines
(10 loc)
•
147 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
h
from
'./h'
import
diff
from
'./diff'
import
patch
from
'./patch'
import
create
from
'./create'
export
{ h, diff, patch, create }