mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-13 11:35:28 +00:00
5 lines
130 B
JavaScript
5 lines
130 B
JavaScript
import { init } from '../../../runtime.js';
|
|
|
|
window.init = () => {
|
|
return init(document.querySelector('#sapper'), __routes__);
|
|
}; |