mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 17:01:53 +03:00
chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts.
This commit is contained in:
@@ -9,9 +9,9 @@ vi.mock("../src/web/media.js", () => ({
|
||||
})),
|
||||
}));
|
||||
|
||||
import type { WebInboundMessage } from "../src/web/inbound.js";
|
||||
import { defaultRuntime } from "../src/runtime.js";
|
||||
import { deliverWebReply } from "../src/web/auto-reply.js";
|
||||
import type { WebInboundMessage } from "../src/web/inbound.js";
|
||||
|
||||
const noopLogger = {
|
||||
info: vi.fn(),
|
||||
|
||||
Reference in New Issue
Block a user