Revert "feat(reactivity): add effect to public api (#909)" (#961)

This reverts commit 6fba241850.
This commit is contained in:
Evan You 2020-04-13 17:13:06 -04:00 committed by GitHub
parent a35e2970b2
commit 9e9d264412
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,6 @@
export const version = __VERSION__ export const version = __VERSION__
export { export {
effect,
ref, ref,
unref, unref,
shallowRef, shallowRef,