Create shapes square + circle + ....

This commit is contained in:
hamid zarghami
2025-11-18 15:31:09 +03:30
parent 9b06c7dfc5
commit 3f18ac62fa
9 changed files with 239 additions and 50 deletions
@@ -1,5 +1,7 @@
export { default as RectangleShape } from "./RectangleShape";
export { default as CircleShape } from "./CircleShape";
export { default as TriangleShape } from "./TriangleShape";
export { default as AbstractShape } from "./AbstractShape";
export { default as TextShape } from "./TextShape";
export { default as LineShape } from "./LineShape";
export { default as ArrowShape } from "./ArrowShape";