chore(format): add prettier-plugin-organize-imports and sort imports
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
import { create } from "zustand"
|
||||
import { calculateOrderIncome } from "@/lib/domain/income"
|
||||
import { generateId } from "@/lib/id"
|
||||
import { mockTransactions, walletBalance } from "@/lib/mock"
|
||||
import { useShopStore } from "@/store/shops"
|
||||
import type { WalletTransaction } from "@/lib/types"
|
||||
import { useShopStore } from "@/store/shops"
|
||||
import { create } from "zustand"
|
||||
|
||||
interface WalletState {
|
||||
balance: number
|
||||
|
||||
Reference in New Issue
Block a user