mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-12 19:25:10 +00:00
5 lines
94 B
JavaScript
5 lines
94 B
JavaScript
import app from '__app__';
|
|
|
|
app.init(document.querySelector('__selector__'), [
|
|
__routes__
|
|
]); |