1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-01-24 10:51:50 +01:00
Pinafore-Web-Client-Frontend/templates/main.js
2018-01-06 15:51:25 -08:00

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__);