Revert "feat: use stubs for orders data (#64)"

This reverts commit 87c1cbb19e.
This commit is contained in:
RustamRu
2025-01-18 23:00:20 +03:00
parent 17c63e6fe0
commit 1ec9f1a7ec
6 changed files with 30 additions and 365 deletions

View File

@@ -1,11 +0,0 @@
const orderStatus = {
CANCELLED: 'cancelled',
PROGRESS: 'progress',
PENDING: 'pending',
WORKING: 'working',
COMPLETE: 'complete',
}
module.exports = {
orderStatus
}