Move Orientation enum to enum folder
This commit is contained in:
parent
fbc5d0ec27
commit
417829945f
14 changed files with 13 additions and 13 deletions
|
@ -11,7 +11,7 @@ import { TextInputGroup } from '../InputGroup/TextInputGroup';
|
|||
import { RadioGroupButtons } from '../RadioGroupButtons/RadioGroupButtons';
|
||||
import { Select } from '../Select/Select';
|
||||
import { ToggleButton, ToggleType } from '../ToggleButton/ToggleButton';
|
||||
import { Orientation } from '../../Interfaces/Orientation';
|
||||
import { Orientation } from '../../Enums/Orientation';
|
||||
|
||||
interface IContainerFormProps {
|
||||
properties: IContainerProperties
|
||||
|
|
|
@ -3,7 +3,7 @@ import * as React from 'react';
|
|||
import { expect, describe, it, vi } from 'vitest';
|
||||
import { PositionReference } from '../../Enums/PositionReference';
|
||||
import { IContainerProperties } from '../../Interfaces/IContainerProperties';
|
||||
import { Orientation } from '../../Interfaces/Orientation';
|
||||
import { Orientation } from '../../Enums/Orientation';
|
||||
import { Properties } from './ContainerProperties';
|
||||
|
||||
describe.concurrent('Properties', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue