5 lines
129 B
JavaScript
Raw Normal View History

2018-03-21 08:26:00 -07:00
// For more comments about what's going on here, check out the `hello_world`
// example
import('./dom')
.catch(console.error);