Move SVG folder to Components
This commit is contained in:
parent
aa33ab4019
commit
90dac41a04
4 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@ import Sidebar from './Components/Sidebar/Sidebar';
|
||||||
import { SVGSidebar } from './Components/SVGSidebar/SVGSidebar';
|
import { SVGSidebar } from './Components/SVGSidebar/SVGSidebar';
|
||||||
import { AvailableContainer } from './Interfaces/AvailableContainer';
|
import { AvailableContainer } from './Interfaces/AvailableContainer';
|
||||||
import { Configuration } from './Interfaces/Configuration';
|
import { Configuration } from './Interfaces/Configuration';
|
||||||
import { Container } from './SVG/Elements/Container';
|
import { Container } from './Components/SVG/Elements/Container';
|
||||||
import { MainContainer } from './SVG/Elements/MainContainer';
|
import { MainContainer } from './Components/SVG/Elements/MainContainer';
|
||||||
import { SVG } from './SVG/SVG';
|
import { SVG } from './Components/SVG/SVG';
|
||||||
|
|
||||||
interface IAppProps {
|
interface IAppProps {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue