Skip to content

Commit

Permalink
Sort is part of the configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitardanailov committed May 30, 2024
1 parent a159bbe commit b8526b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/website/src/enums/sort.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ enum Sort {
ASC = 'ASC',
DESC = 'DESC',
}

export default Sort

0 comments on commit b8526b6

Please sign in to comment.