mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
10 lines
221 B
TypeScript
10 lines
221 B
TypeScript
import React from 'react';
|
|
|
|
import { EmotionPerfTest } from '@grafana/ui/src/components/ThemeDemos/EmotionPerfTest';
|
|
|
|
export const BenchmarksPage = () => {
|
|
return <EmotionPerfTest />;
|
|
};
|
|
|
|
export default BenchmarksPage;
|