Skip to content

Commit 854d123

Browse files
committed
Merge conflict resolved again
1 parent a37d249 commit 854d123

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/components/Rectangle.tsx

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

3030
class Rectangle extends Component<PropsInt> {
31-
<<<<<<< HEAD
32-
rect: Konva.Rect;
33-
group: Konva.Group;
34-
=======
3531
group: Konva.Group;
3632
rect: Konva.Rect;
37-
>>>>>>> 8d3e4f4c23dafa91da6a8b2d98504fd83e174144
3833

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

0 commit comments

Comments
 (0)