Skip to content

Commit d161132

Browse files
committed
export it
1 parent 9de3c04 commit d161132

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/vanilla.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
export { atom } from './vanilla/atom.ts'
22
export type { Atom, WritableAtom, PrimitiveAtom } from './vanilla/atom.ts'
33

4-
export { createStore, getDefaultStore } from './vanilla/store.ts'
4+
export {
5+
createStore,
6+
getDefaultStore,
7+
INTERNAL_overrideCreateStore,
8+
} from './vanilla/store.ts'
59

610
export type {
711
Getter,

0 commit comments

Comments
 (0)