chore(format): add prettier-plugin-organize-imports and sort imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { describe, expect, it } from "vitest"
|
||||
import { calculateOrderIncome } from "@/lib/domain/income"
|
||||
import { describe, expect, it } from "vitest"
|
||||
|
||||
describe("calculateOrderIncome", () => {
|
||||
it("calculates percentage commission income", () => {
|
||||
|
||||
Reference in New Issue
Block a user