Created
October 19, 2019 18:45
-
-
Save shershen08/da510f5048e29eb926b4fbc0927def68 to your computer and use it in GitHub Desktop.
Svelte main.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import App from './App.svelte' | |
| const app = new App({ | |
| target: document.body, | |
| }); | |
| export default app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment