chore(svelte): use prettier
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<script lang="ts">
|
||||
import { onDestroy } from 'svelte';
|
||||
|
||||
|
||||
import { createStoreContext } from '$lib/store';
|
||||
|
||||
|
||||
const store = createStoreContext();
|
||||
|
||||
onDestroy(() => {
|
||||
|
||||
Reference in New Issue
Block a user