mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-12 02:15:17 +00:00
4 lines
145 B
JavaScript
4 lines
145 B
JavaScript
import { init } from '__app__';
|
|
|
|
// `routes` is an array of route objects injected by Sapper
|
|
init(document.querySelector('#sapper'), __routes__); |