diff --git a/web/src/backtest/components/BacktestComparePanel.tsx b/web/src/backtest/components/BacktestComparePanel.tsx index 6bb52bc..d5db07a 100644 --- a/web/src/backtest/components/BacktestComparePanel.tsx +++ b/web/src/backtest/components/BacktestComparePanel.tsx @@ -9,6 +9,7 @@ import type { } from '../types'; import { parseSymbolsInput, toDateInputValue } from '../utils'; import { BacktestResultsDashboard } from './BacktestResultsDashboard'; +import { Button, Checkbox, Input, Select } from '../../components/ui/Primitives'; type SourceType = 'csv' | 'json' | 'replay' | 'kraken'; @@ -256,27 +257,30 @@ export const BacktestComparePanel: React.FC = ({ prof
Profiles
- - +
{profiles.map((profile) => (