We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
util/stores.ts
1 parent a2c59f5 commit 8a814ccCopy full SHA for 8a814cc
src/util/stores.ts
@@ -1,4 +1,4 @@
1
-import { type Writable, type Subscriber, type Unsubscriber, writable, get } from 'svelte/store'
+import { get, type Subscriber, type Unsubscriber, type Writable, writable } from 'svelte/store'
2
3
export class Valuable<T> implements Writable<T> {
4
static all: Array<Valuable<any>> = []
0 commit comments