Skip to content

Instantly share code, notes, and snippets.

@helabenkhalfallah
Created April 10, 2024 19:48
Show Gist options
  • Save helabenkhalfallah/f532fa6ab8a52be10c53b4f83cd1b425 to your computer and use it in GitHub Desktop.
Save helabenkhalfallah/f532fa6ab8a52be10c53b4f83cd1b425 to your computer and use it in GitHub Desktop.
App Pages
<!-- About.svelte -->
<h1>About Us</h1>
<p>This is the about page.</p>
<!-- Home.svelte -->
<script>
export let name;
</script>
<h1>Hello {name}!</h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment