Skip to content

Commit

Permalink
Got rid of sort able fully
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMGeo committed Aug 17, 2024
1 parent 4adbe56 commit b12287f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/types/sort.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { TranslatedCharacterInfo as Character } from "../consts/character-info";

export const allSortOrders = ["ascending", "descending"] as const;
export type SortOrder = typeof allSortOrders[number];
export const allCharacterSortCriteria = ["name", "rarity"] as const;
Expand Down

0 comments on commit b12287f

Please sign in to comment.