Skip to content

Commit a37d249

Browse files
committed
Solved merge conflicts
2 parents a84f7db + 8d3e4f4 commit a37d249

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/Rectangle.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,13 @@ interface PropsInt {
2828
}
2929

3030
class Rectangle extends Component<PropsInt> {
31+
<<<<<<< HEAD
3132
rect: Konva.Rect;
3233
group: Konva.Group;
34+
=======
35+
group: Konva.Group;
36+
rect: Konva.Rect;
37+
>>>>>>> 8d3e4f4c23dafa91da6a8b2d98504fd83e174144
3338

3439
//This assigns the color to the Rect based on componentId's color in the state
3540
getComponentColor(componentId: number) {

0 commit comments

Comments
 (0)