mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-13 03:25:24 +00:00
6 lines
145 B
JavaScript
6 lines
145 B
JavaScript
import { init } from '../../../runtime.js';
|
|
|
|
window.init = () => {
|
|
init(document.querySelector('#sapper'), __routes__);
|
|
window.READY = true;
|
|
}; |