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