Explorar el Código

chore: remove unused import

Evan You hace 2 años
padre
commit
492a720fd0
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      packages/reactivity/__tests__/computed.spec.ts

+ 0 - 1
packages/reactivity/__tests__/computed.spec.ts

@@ -2,7 +2,6 @@ import { h, nextTick, nodeOps, render, serializeInner } from '@vue/runtime-test'
 import {
   type DebuggerEvent,
   ITERATE_KEY,
-  ReactiveEffect,
   TrackOpTypes,
   TriggerOpTypes,
   type WritableComputedRef,