Guest User

Untitled

a guest
Nov 21st, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. // file: src/main.js
  2. import App from './App.svelte';
  3.  
  4. const app = new App({
  5. target: document.body
  6. });
  7.  
  8. window.app = app;
  9.  
  10. export default app;
Add Comment
Please, Sign In to add comment