This commit is contained in:
2025-05-13 18:50:24 +05:00
parent 599e3bb4cb
commit 385878aa84
14 changed files with 325 additions and 191 deletions
+6
View File
@@ -0,0 +1,6 @@
export const SORT_OPTIONS = {
"Sort by ascending price": "cost asc",
"Sort by descending price": "cost desc",
"Sort by ascending area": "sqft asc",
"Sort by descending area": "sqft desc",
};