Move Orientation enum to enum folder
This commit is contained in:
parent
fbc5d0ec27
commit
417829945f
14 changed files with 13 additions and 13 deletions
|
@ -7,7 +7,7 @@ import { ISymbolModel } from '../../../Interfaces/ISymbolModel';
|
|||
import Swal from 'sweetalert2';
|
||||
import { PropertyType } from '../../../Enums/PropertyType';
|
||||
import { TransformX, TransformY } from '../../../utils/svg';
|
||||
import { Orientation } from '../../../Interfaces/Orientation';
|
||||
import { Orientation } from '../../../Enums/Orientation';
|
||||
|
||||
/**
|
||||
* Select a container
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue