aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-tools-pages/ts/components/animations/profiler/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dev-tools-pages/ts/components/animations/profiler/index.tsx')
-rw-r--r--packages/dev-tools-pages/ts/components/animations/profiler/index.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/dev-tools-pages/ts/components/animations/profiler/index.tsx b/packages/dev-tools-pages/ts/components/animations/profiler/index.tsx
index 73a4e9ad6..a2848b762 100644
--- a/packages/dev-tools-pages/ts/components/animations/profiler/index.tsx
+++ b/packages/dev-tools-pages/ts/components/animations/profiler/index.tsx
@@ -4,8 +4,8 @@ import { BaseAnimation } from '../index';
import * as animationData from './data.json';
-const AnimationProfiler: React.StatelessComponent<{}> = () => (
+const ProfilerAnimation: React.StatelessComponent<{}> = () => (
<BaseAnimation animationData={animationData} width={1985} height={657} />
);
-export { AnimationProfiler as Animation };
+export { ProfilerAnimation };