From 9f0d43fe099a95ab1516ae951dcb60a89e76a5a5 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 3 Nov 2023 21:13:33 +0800 Subject: chore: delete useless codes --- .../pages/TRPG-home/PackBenchmarksPicker.tsx | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 docs/components/pages/TRPG-home/PackBenchmarksPicker.tsx (limited to 'docs/components/pages/TRPG-home/PackBenchmarksPicker.tsx') diff --git a/docs/components/pages/TRPG-home/PackBenchmarksPicker.tsx b/docs/components/pages/TRPG-home/PackBenchmarksPicker.tsx deleted file mode 100644 index 8f0e83e..0000000 --- a/docs/components/pages/TRPG-home/PackBenchmarksPicker.tsx +++ /dev/null @@ -1,20 +0,0 @@ -import { BenchmarkNumberOfModules } from "./PackBenchmarks"; -import { PackDropdown } from "./PackDropdown"; - -export function PackBenchmarksPicker(props: { - setNumberOfModules: (num: BenchmarkNumberOfModules) => void; -}) { - return ( -
- - 本体文件大小 - - props.setNumberOfModules(value)} - /> -
- ); -} -- cgit v1.2.3-70-g09d2