Skip to content

Commit

Permalink
fix: add relative imports in wrapperLike interface (#1184)
Browse files Browse the repository at this point in the history
  • Loading branch information
designervoid committed Dec 29, 2021
1 parent 9ece629 commit 8aa45a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/interfaces/wrapperLike.ts
Expand Up @@ -6,8 +6,8 @@ import {
FindComponentSelector,
NameSelector,
RefSelector
} from 'src/types'
import { VueWrapper } from 'src/vueWrapper'
} from '../types'
import { VueWrapper } from '../vueWrapper'
import { ComponentPublicInstance, FunctionalComponent } from 'vue'
import type { DOMWrapper } from '../domWrapper'

Expand Down

0 comments on commit 8aa45a6

Please sign in to comment.