Fix broken SVG import path after shared/ restructure
This commit is contained in:
parent
29b63842fa
commit
b9b960f6ef
|
|
@ -3,7 +3,7 @@ import type { Vector } from '@open-pencil/core'
|
|||
|
||||
import type { CornerPosition, HandlePosition } from './types'
|
||||
|
||||
import rotateCursorSvg from '../shared/assets/rotate-cursor.svg?raw'
|
||||
import rotateCursorSvg from '../assets/rotate-cursor.svg?raw'
|
||||
|
||||
export const HANDLE_CURSORS: Record<HandlePosition, string> = {
|
||||
nw: 'nwse-resize',
|
||||
|
|
|
|||
Loading…
Reference in a new issue