Move Orientation enum to enum folder
This commit is contained in:
parent
fbc5d0ec27
commit
417829945f
14 changed files with 13 additions and 13 deletions
|
@ -6,7 +6,7 @@ import { IContainerModel } from '../../Interfaces/IContainerModel';
|
|||
import { PositionReference } from '../../Enums/PositionReference';
|
||||
import { FindContainerById } from '../../utils/itertools';
|
||||
import { DEFAULT_MAINCONTAINER_PROPS } from '../../utils/default';
|
||||
import { Orientation } from '../../Interfaces/Orientation';
|
||||
import { Orientation } from '../../Enums/Orientation';
|
||||
|
||||
describe.concurrent('Elements sidebar', () => {
|
||||
it('With a MainContainer', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue