Skip to content

Instantly share code, notes, and snippets.

@svallory
Created May 24, 2023 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save svallory/f6b898212c5115c0548971602f913ffa to your computer and use it in GitHub Desktop.
Save svallory/f6b898212c5115c0548971602f913ffa to your computer and use it in GitHub Desktop.
SomeSwing
<script lang="ts">
let name: string = "world";
</script>
<h1>Hello asdf {name}!</h1>
{
"scripts": [],
"styles": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment