mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-12 10:25:16 +00:00
7 lines
152 B
JavaScript
7 lines
152 B
JavaScript
import { init } from 'sapper/runtime.js';
|
|
import { routes } from './manifest/client.js';
|
|
|
|
init({
|
|
target: document.querySelector('#sapper'),
|
|
routes
|
|
}); |