grafana_bak/public/app/features/sandbox/BenchmarksPage.tsx
2025-04-01 10:38:02 +09:00

8 lines
193 B
TypeScript

import { EmotionPerfTest } from '@grafana/ui/src/components/ThemeDemos/EmotionPerfTest';
export const BenchmarksPage = () => {
return <EmotionPerfTest />;
};
export default BenchmarksPage;