2018-10-23 14:15:42 +01:00

4 lines
59 B
JavaScript

import('./todomvc').then(todomvc => {
todomvc.run();
});