-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathentry.js
More file actions
17 lines (15 loc) · 700 Bytes
/
entry.js
File metadata and controls
17 lines (15 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// import 'elmish/tutorial/1-vanilla-js/main.js'
// import 'elmish/tutorial/2-using-flyd/main.js'
// import 'elmish/tutorial/3-complete/main.js'
// import 'elmish/tutorial/4-listOf/main.js'
// import 'elmish/tutorial/5-undoable/main.js'
// import 'elmish/tutorial/6-hotkeys/main.js'
// import 'elmish/tutorial/7-http/main.js'
// import 'elmish/tutorial/8-additive-animations/main.js'
// import 'elmish/tutorial/9-stateless-animations/main.js'
// below havent been refactored yet
// import 'elmish/examples/github/main.js'
// import 'elmish/examples/hackernews/main.js'
// import 'elmish/examples/routing/main.js'
// import 'elmish/examples/animation/main.js'
import 'elmish/examples/tabvc/main.js'