D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
grafana
/
public
/
app
/
features
/
sandbox
/
Filename :
BenchmarksPage.tsx
back
Copy
import React from 'react'; import { VerticalGroup } from '@grafana/ui'; import { EmotionPerfTest } from '@grafana/ui/src/components/ThemeDemos/EmotionPerfTest'; export const BenchmarksPage = () => { return ( <VerticalGroup> <EmotionPerfTest /> </VerticalGroup> ); }; export default BenchmarksPage;