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 { GET } from "@/app/api/search/route"
|
||||
import { describe, expect, it } from "vitest"
|
||||
|
||||
describe("GET /api/search", () => {
|
||||
it("returns 200 with items and meta", async () => {
|
||||
|
||||
Reference in New Issue
Block a user