Plan stuff. Log stuff.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
134 B

4 years ago
  1. import App from './App.svelte';
  2. const app = new App({
  3. target: document.body,
  4. props: {},
  5. });
  6. window.app = app;
  7. export default app;