fix(ui): generate fail

This commit is contained in:
ReaJason
2025-02-28 23:25:28 +08:00
parent d14203e78f
commit b71e8ea4de
16 changed files with 113 additions and 94 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { downloadBytes } from "@/lib/utils";
import { GenerateResult } from "@/types/shell";
import { Separator } from "@radix-ui/react-dropdown-menu";
import { Separator } from "../ui/separator";
import { ScrollTextIcon } from "lucide-react";
import { useTranslation } from "react-i18next";
import { Button } from "../ui/button";