Skip to content

Commit 0af2721

Browse files
committed
fix type imports
1 parent 34aac64 commit 0af2721

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/directives/if.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Block } from '../block'
22
import { evaluate } from '../eval'
33
import { checkAttr } from '../utils'
4-
import { Context } from '../walk'
4+
import { Context } from '../context'
55

66
interface Branch {
77
exp?: string | null

src/directives/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Context } from '../walk'
1+
import { Context } from '../context'
22
import { effect as rawEffect } from '@vue/reactivity'
33
import { bind } from './bind'
44
import { on } from './on'

0 commit comments

Comments
 (0)