mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 03:22:14 +08:00

* feat(grafana-ui): introduce development exports to prevent importing from grafana/ui/src * refactor(theme-generation): move theme templates into scripts so themes continue to build * refactor(frontend): replace grafana/ui paths that use nested src with /internal or /unstable * chore(betterer): update better results file * feat(grafana-ui): support enterprise, remove Text component from internal * docs(packages): update readme with exporting code conventions
8 lines
160 B
TypeScript
8 lines
160 B
TypeScript
import { EmotionPerfTest } from '@grafana/ui/internal';
|
|
|
|
export const BenchmarksPage = () => {
|
|
return <EmotionPerfTest />;
|
|
};
|
|
|
|
export default BenchmarksPage;
|