Skip to content

Commit

Permalink
Try to subscribe to app store
Browse files Browse the repository at this point in the history
  • Loading branch information
amosjyng committed Oct 10, 2023
1 parent 388142a commit e39cf37
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Demo.svelte
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
<p>Demo URL: </p>
<script lang="ts">
import { page } from "$app/stores";
</script>

<p>Demo URL: {$page.url.pathname}</p>

0 comments on commit e39cf37

Please sign in to comment.