aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-tools-pages/ts/components/animations/trace/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dev-tools-pages/ts/components/animations/trace/index.tsx')
-rw-r--r--packages/dev-tools-pages/ts/components/animations/trace/index.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/dev-tools-pages/ts/components/animations/trace/index.tsx b/packages/dev-tools-pages/ts/components/animations/trace/index.tsx
index 10a78ccb7..2009c3cec 100644
--- a/packages/dev-tools-pages/ts/components/animations/trace/index.tsx
+++ b/packages/dev-tools-pages/ts/components/animations/trace/index.tsx
@@ -4,8 +4,8 @@ import { BaseAnimation } from '../index';
import * as animationData from './data.json';
-const AnimationTrace: React.StatelessComponent<{}> = () => (
+const TraceAnimation: React.StatelessComponent<{}> = () => (
<BaseAnimation animationData={animationData} width={2241} height={610} />
);
-export { AnimationTrace as Animation };
+export { TraceAnimation };