diff --git a/src/client.js b/src/client.js index cec9172..e62b168 100644 --- a/src/client.js +++ b/src/client.js @@ -1,5 +1,5 @@ import * as sapper from '@sapper/app'; sapper.start({ - target: document.querySelector('#sapper') -}); \ No newline at end of file + target: document.querySelector('#sapper') +});