Skip to content

Commit

Permalink
Update link
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Jan 8, 2025
1 parent 6b0403b commit eb2f8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/reactivity/src/system.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Ported from https://github.com/stackblitz/alien-signals/blob/8aa6ec512709527c4b3b8c17ff44b536e1371603/src/system.ts
// Ported from https://github.com/stackblitz/alien-signals/blob/v0.4.14/src/system.ts

export interface IEffect extends Subscriber {
nextNotify: IEffect | undefined
Expand Down

0 comments on commit eb2f8de

Please sign in to comment.