dotfiles/.vim/skeletons/svelte.skel

9 lines
108 B
Text

<script lang="ts">
import { onMount, onDestroy } from "svelte";
</script>
<div>
</div>
<style>
</style>