Skip to content

Commit c0c0d1c

Browse files
committed
chore: fix ci
1 parent f0ec935 commit c0c0d1c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/store/src/derived.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {Store} from "./store";
2-
import {Listener} from "./types";
2+
import type {Listener} from "./types";
33

44
interface DerivedOptions<
55
TState

packages/store/src/store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {AnyUpdater, Listener} from "./types";
1+
import type {AnyUpdater, Listener} from "./types";
22

33
interface StoreOptions<
44
TState,

0 commit comments

Comments
 (0)