Skip to content

Commit 8ab26c4

Browse files
committed
fix: update import path for Observable to use scoped package
1 parent 43fb9ff commit 8ab26c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lifecycle/src/LifeCycle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { addDisposeCallback, createSymbolOrString } from '@tko/utils'
44

55
import { computed } from '@tko/computed'
6-
import { Observable } from 'packages/observable'
6+
import { Observable } from '@tko/observable'
77

88
const SUBSCRIPTIONS = createSymbolOrString('LifeCycle Subscriptions List')
99
const ANCHOR_NODE = createSymbolOrString('LifeCycle Anchor Node')

0 commit comments

Comments
 (0)