perf: reduce js size

This commit is contained in:
ReaJason
2025-06-26 22:31:05 +08:00
parent e0425613ca
commit 0aabbfa937
12 changed files with 45 additions and 25 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
import { TFunction } from "i18next";
import { useEffect, useState } from "react";
import { CodeViewer } from "../code-viewer";
import CodeViewer from "@/components/code-viewer";
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "../ui/select";
export function MultiPackResult({
allPackResults,
packMethod,