kopia lustrzana https://github.com/nolanlawson/pinafore
4 wiersze
155 B
JavaScript
4 wiersze
155 B
JavaScript
|
import { init } from 'sapper/runtime.js';
|
||
|
|
||
|
// `routes` is an array of route objects injected by Sapper
|
||
|
init(document.querySelector('#sapper'), __routes__);
|