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