pinafore/templates/main.js

4 wiersze
155 B
JavaScript
Czysty Zwykły widok Historia

2018-01-06 23:51:25 +00:00
import { init } from 'sapper/runtime.js';
// `routes` is an array of route objects injected by Sapper
init(document.querySelector('#sapper'), __routes__);