mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-12 19:25:10 +00:00
6 lines
179 B
JavaScript
6 lines
179 B
JavaScript
import { init } from '../../../runtime.js';
|
|
|
|
// `routes` is an array of route objects injected by Sapper
|
|
init(document.querySelector('#sapper'), __routes__);
|
|
|
|
window.READY = true; |