Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Nov 13, 2024
1 parent 0fdcb68 commit 8bc4074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/reactivity/src/ref.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
toRaw,
toReactive,
} from './reactive'
import { Dependency, Link, System, endBatch, startBatch } from './system'
import { Dependency, type Link, System, endBatch, startBatch } from './system'
import { warn } from './warning'

declare const RefSymbol: unique symbol
Expand Down

0 comments on commit 8bc4074

Please sign in to comment.