Skip to content

Commit

Permalink
update NoGist.svelte to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
kjk committed Jun 25, 2024
1 parent 87de560 commit 575d25a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/gisteditor/NoGist.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<svelte:options runes={true} />

<script>
export let gistid = "";
export let isLocal = false;
let { gistid = "", isLocal = false } = $props();
let gistURL = "https://gist.github.com/" + gistid;
</script>
Expand Down

0 comments on commit 575d25a

Please sign in to comment.