chore(svelte): use prettier

This commit is contained in:
moklick
2023-06-06 15:46:19 +02:00
parent c4e98dd420
commit 84603bd966
34 changed files with 335 additions and 330 deletions
@@ -1,8 +1,8 @@
<script lang="ts">
import { onDestroy } from 'svelte';
import { createStoreContext } from '$lib/store';
const store = createStoreContext();
onDestroy(() => {