Skip to content
Snippets Groups Projects
Commit f99c68b0 authored by ExtraDev's avatar ExtraDev
Browse files

delete useless file

parent 7fe5bb3b
No related branches found
No related tags found
No related merge requests found
<script>
let count = 0
const increment = () => {
count += 1
}
</script>
<button on:click={increment}>
count is {count}
</button>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment