Skip to content

Instantly share code, notes, and snippets.

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