fix(core): remove ts-transform-paths and use relative paths
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { XYPosition } from '~/types'
|
||||
import type { XYPosition } from '../../types'
|
||||
|
||||
export function getMousePosition(event: MouseEvent, containerBounds: DOMRect): XYPosition {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user