style: fix indentation

This commit is contained in:
Kaan 2024-03-21 22:33:05 +03:00
parent 5e45ebc291
commit e13b92ddc5

View file

@ -1,5 +1,5 @@
<script lang="ts">
export let count: number = 0;
export let count: number = 0;
export let subText: string = '';
</script>