4 lines
59 B
JavaScript
Raw Permalink Normal View History

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