mirror of
https://github.com/nolanlawson/pinafore
synced 2025-01-24 19:01:20 +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__);
|