Skip to content

Commit 8d70ac5

Browse files
Merge branch 'development' of https://github.com/team-reactype/ReacType into development
2 parents 61a77b7 + fc08543 commit 8d70ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TransformerComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { Component } from 'react';
22
import { Transformer } from 'react-konva';
3-
import { ComponentInt, ComponentsInt, ChildInt } from '../utils/interfaces';
3+
import { ChildInt } from '../utils/interfaces';
44

55
export default class TransformerComponent extends Component {
66
componentDidMount() {

0 commit comments

Comments
 (0)