mirror of https://github.com/sveltejs/svelte
parent
6ac7038e47
commit
5c91f2e8be
@ -1,5 +1,5 @@
|
|||||||
<script>
|
<script>
|
||||||
let answer;
|
export answer;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<p>The answer is {answer}</p>
|
<p>The answer is {answer}</p>
|
||||||
Loading…
Reference in new issue