Skip to content

Commit

Permalink
fix(signals): export DeepSignal (#4377)
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver authored Jun 10, 2024
1 parent b47f1d4 commit fa26c5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/signals/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { DeepSignal } from './deep-signal';
export { getState } from './get-state';
export { PartialStateUpdater, patchState } from './patch-state';
export { signalState } from './signal-state';
Expand Down

0 comments on commit fa26c5c

Please sign in to comment.