diff --git a/src/routes/_app/ai.tsx b/src/routes/_app/ai.tsx
index 52f200d..a973ea5 100644
--- a/src/routes/_app/ai.tsx
+++ b/src/routes/_app/ai.tsx
@@ -2,10 +2,7 @@ import { createFileRoute } from "@tanstack/react-router";
import { ArrowUpRight, Check, ChevronDown, Copy } from "lucide-react";
import { useState } from "react";
import { toast } from "sonner";
-import {
- ClaudeIcon,
- CodexIcon,
-} from "@/client/features/ai-mcp/AgentIcons";
+import { ClaudeIcon, CodexIcon } from "@/client/features/ai-mcp/AgentIcons";
import { AvailableTools } from "@/client/features/ai-mcp/AvailableTools";
const DISCORD_URL = "https://discord.gg/c9uGs3cFXr";
@@ -283,7 +280,11 @@ function CodeBlock({ code }: { code: string }) {
{code}