Skip to content

Commit

Permalink
refactor(signals): reorder exports
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Jun 7, 2024
1 parent f2d9ad7 commit 6536c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 All @@ -10,4 +11,3 @@ export { withComputed } from './with-computed';
export { withHooks } from './with-hooks';
export { withMethods } from './with-methods';
export { withState } from './with-state';
export { DeepSignal } from './deep-signal';

0 comments on commit 6536c3a

Please sign in to comment.