Skip to content

Commit 8a814cc

Browse files
committed
🎨 Format util/stores.ts imports
1 parent a2c59f5 commit 8a814cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/stores.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { type Writable, type Subscriber, type Unsubscriber, writable, get } from 'svelte/store'
1+
import { get, type Subscriber, type Unsubscriber, type Writable, writable } from 'svelte/store'
22

33
export class Valuable<T> implements Writable<T> {
44
static all: Array<Valuable<any>> = []

0 commit comments

Comments
 (0)