diff --git a/frontend/app/web-gold/src/views/content-style/Benchmark.vue b/frontend/app/web-gold/src/views/content-style/Benchmark.vue index 62a5bef300..8a686b330b 100644 --- a/frontend/app/web-gold/src/views/content-style/Benchmark.vue +++ b/frontend/app/web-gold/src/views/content-style/Benchmark.vue @@ -11,6 +11,7 @@ import { formatTime } from './utils/benchmarkUtils' import BenchmarkForm from './components/BenchmarkForm.vue' import BenchmarkTable from './components/BenchmarkTable.vue' import CreateStyleTaskModal from './components/CreateStyleTaskModal.vue' +import { Card, CardContent } from '@/components/ui/card' const { data, @@ -237,43 +238,42 @@ defineOptions({ name: 'ContentStyleBenchmark' })