client.js 105 B

12345
  1. import * as sapper from '@sapper/app';
  2. sapper.start({
  3. target: document.querySelector('#sapper')
  4. });