This commit is contained in:
Anton Lavrenov 2020-10-21 16:41:25 -05:00
parent 25e25f3ea6
commit 88908d409d

View File

@ -3,7 +3,6 @@ import { Container } from './Container';
import { _registerNode } from './Global';
import { Node } from './Node';
import { Shape } from './Shape';
import Konva from './index-types';
/**
* Group constructor. Groups are used to contain shapes or other groups.