Files
housesof/src/client.js
Félix Péault e27e8a16db Code clean
- Imports/exports always at top
- Sapper template not needing a div to execute
- NPM packages updates: @rollup/plugin-commonjs 11.1.0 has a bug about import/exports
2020-04-12 11:54:08 +02:00

7 lines
96 B
JavaScript

import * as sapper from '@sapper/app'
// Start Sapper
sapper.start({
target: document.body
})