Added Svelte (#736)

* Added Svelte

* Readd Inkling

Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Turbinya
2020-04-23 15:52:46 +03:00
committed by GitHub
parent c46bbf3c38
commit bc106f0254
2 changed files with 6 additions and 0 deletions

5
s/svelte.svelte Normal file
View File

@@ -0,0 +1,5 @@
<script>
let message = 'Hello World';
</script>
<p>{ message }</p>