Move Orientation enum to enum folder

This commit is contained in:
Eric NGUYEN 2022-09-29 11:56:23 +02:00
parent fbc5d0ec27
commit 417829945f
14 changed files with 13 additions and 13 deletions

4
src/Enums/Orientation.ts Normal file
View file

@ -0,0 +1,4 @@
export enum Orientation {
Horizontal,
Vertical
}