Last active
April 10, 2024 19:45
-
-
Save helabenkhalfallah/e0eddfbc53193706f8ca46d19d08fab7 to your computer and use it in GitHub Desktop.
Svelte Index File
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