Fix broken SVG import path after shared/ restructure

This commit is contained in:
Danila Poyarkov 2026-03-17 20:56:35 +03:00
parent 29b63842fa
commit b9b960f6ef

View file

@ -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',