Skip to content

Commit ae47631

Browse files
committed
fix: linting errors
1 parent ef6e36f commit ae47631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/directive/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Directive, DirectiveBinding, MaybeRef, Ref, VNode } from 'vue'
1+
import type { Directive, DirectiveBinding, Ref, VNode } from 'vue'
22
import defu from 'defu'
33
import { ref, toRaw, unref } from 'vue'
44
import { motionState } from '../features/state'

0 commit comments

Comments
 (0)