Skip to content

Commit

Permalink
Update App.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris authored Mar 18, 2019
1 parent faf9546 commit a6f7a7d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/App.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<h1>Hello {name}!</h1>
<script>
export let name;
</script>

<style>
h1 {
color: purple;
}
</style>
</style>

<h1>Hello {name}!</h1>

0 comments on commit a6f7a7d

Please sign in to comment.