import { EmotionPerfTest, VerticalGroup } from '@grafana/ui'; import React, { FC } from 'react'; export const BenchmarksPage: FC = () => { return ( ); }; export default BenchmarksPage;