style: format code

This commit is contained in:
ReaJason
2025-12-16 21:55:21 +08:00
parent 1fb2942246
commit 3c646b9104
8 changed files with 8 additions and 8 deletions
@@ -51,7 +51,7 @@ import {
type ServerConfig,
ShellToolType,
} from "@/types/memshell";
import type { MemShellFormSchema } from "@/types/schema.ts";
import type { MemShellFormSchema } from "@/types/schema";
const shellToolIcons: Record<ShellToolType, JSX.Element> = {
[ShellToolType.Behinder]: <ShieldOffIcon className="h-4 w-4" />,