fix conflict

This commit is contained in:
NICE CODE BY DEV 2024-05-16 18:12:04 +08:00
parent b3a18efa8f
commit fe321d1c3b

View File

@ -1,4 +1,4 @@
import { isString, omit } from "@zhst/func";
import { isString } from "@zhst/func";
import { fabric } from 'fabric'
import { ILineOptions } from "fabric/fabric-impl";
import { Rect } from '../ImageEditor/viewer/shape';