Create shapes square + circle + ....
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user