Move software files one directory up, Readme
This commit is contained in:
6
src/data/enums/sortOrderEnum.ts
Normal file
6
src/data/enums/sortOrderEnum.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export enum SortOrder {
|
||||
PRICELOWTOHIGH = "Price: Low to high",
|
||||
PRICEHIGHTOLOW = "Price: High to low",
|
||||
NAMEATOZ = "Name: A to Z",
|
||||
NAMEZTOA = "Name: Z to A"
|
||||
}
|
||||
Reference in New Issue
Block a user