Remove MainContainer as it is the same as Container

This commit is contained in:
Siklos 2022-07-31 23:40:04 +02:00
parent 2a445cfdc2
commit 63d72b883b
4 changed files with 32 additions and 40 deletions

View file

@ -1,9 +1,9 @@
import * as React from 'react';
import { MainContainer } from './Elements/MainContainer';
import { ReactSVGPanZoom, Tool, Value, TOOL_PAN } from 'react-svg-pan-zoom';
import { Container } from './Elements/Container';
interface ISVGProps {
children: MainContainer | MainContainer[] | null,
children: Container | Container[] | null,
}
interface ISVGState {