chore(format): add prettier-plugin-organize-imports and sort imports
This commit is contained in:
+5
-5
@@ -1,4 +1,3 @@
|
||||
import { create } from "zustand"
|
||||
import {
|
||||
ORDER_ACCEPT_TIMEOUT_MS,
|
||||
ORDER_CLOSE_TIMEOUT_MS,
|
||||
@@ -6,16 +5,17 @@ import {
|
||||
} from "@/lib/config/demo-timers"
|
||||
import { evaluateOrderTransition, type OrderAction } from "@/lib/domain/order-machine"
|
||||
import { generateId } from "@/lib/id"
|
||||
import { allow, deny } from "@/lib/policy/assert"
|
||||
import type { Actor } from "@/lib/policy/actor"
|
||||
import type { PolicyDecision } from "@/lib/policy/decision"
|
||||
import { mockOrders } from "@/lib/mock"
|
||||
import type { Actor } from "@/lib/policy/actor"
|
||||
import { allow, deny } from "@/lib/policy/assert"
|
||||
import type { PolicyDecision } from "@/lib/policy/decision"
|
||||
import type { Order, OrderStatus, PlayerService } from "@/lib/types"
|
||||
import { useAuthStore } from "@/store/auth"
|
||||
import { useChatStore } from "@/store/chat"
|
||||
import { useNotificationStore } from "@/store/notifications"
|
||||
import { useWalletStore } from "@/store/wallet"
|
||||
import { useShopStore } from "@/store/shops"
|
||||
import { useWalletStore } from "@/store/wallet"
|
||||
import { create } from "zustand"
|
||||
|
||||
interface CreateOrderInput {
|
||||
consumerId: string
|
||||
|
||||
Reference in New Issue
Block a user