refactor: adjust reactivity structure
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { value } from '../src/value'
|
||||
import { effect, state } from '../src/index'
|
||||
import { value, effect, state } from '../src/index'
|
||||
|
||||
describe('observer/value', () => {
|
||||
it('should hold a value', () => {
|
||||
|
||||
Reference in New Issue
Block a user