Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Feb 7, 2024
1 parent f0ec935 commit c0c0d1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/store/src/derived.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {Store} from "./store";
import {Listener} from "./types";
import type {Listener} from "./types";

interface DerivedOptions<
TState
Expand Down
2 changes: 1 addition & 1 deletion packages/store/src/store.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {AnyUpdater, Listener} from "./types";
import type {AnyUpdater, Listener} from "./types";

interface StoreOptions<
TState,
Expand Down

0 comments on commit c0c0d1c

Please sign in to comment.