Skip to content

Commit 2ea2197

Browse files
authored
fix: make imports in wrapperLike relative (again) (#1401)
This fixes #936 (again). It was fixed by #1184, but then re-broken by #1180.
1 parent dc073ad commit 2ea2197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/wrapperLike.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { DomEventNameWithModifier } from 'src/constants/dom-events'
2-
import { TriggerOptions } from 'src/createDomEvent'
1+
import { DomEventNameWithModifier } from '../constants/dom-events'
2+
import { TriggerOptions } from '../createDomEvent'
33
import {
44
DefinedComponent,
55
FindAllComponentsSelector,

0 commit comments

Comments
 (0)