mirror of
https://github.com/nolanlawson/pinafore
synced 2024-12-13 10:48:19 +01:00
4 lines
155 B
JavaScript
4 lines
155 B
JavaScript
import { init } from 'sapper/runtime.js';
|
|
|
|
// `routes` is an array of route objects injected by Sapper
|
|
init(document.querySelector('#sapper'), __routes__); |