Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Nov 7, 2023
1 parent 490a0e0 commit d345b1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions browser/svelte/src/stores/getResource.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { type FetchOpts, Resource, Store } from '@tomic/lib';
import { FetchOpts, Resource, Store } from '@tomic/lib';

import { type Readable, get, readable, Subscriber } from 'svelte/store';
import { Readable, get, readable, Subscriber } from 'svelte/store';
import { store } from './store';

const subscribeToADStore = (
Expand Down
4 changes: 2 additions & 2 deletions browser/svelte/src/stores/getValue.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Resource, type JSONValue } from '@tomic/lib';
import { type Readable, type Writable, get } from 'svelte/store';
import { Resource, JSONValue } from '@tomic/lib';
import { Readable, Writable, get } from 'svelte/store';

import { store } from './store';

Expand Down

0 comments on commit d345b1a

Please sign in to comment.