aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-tools-pages/ts/components/animations/compiler/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dev-tools-pages/ts/components/animations/compiler/index.tsx')
-rw-r--r--packages/dev-tools-pages/ts/components/animations/compiler/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/dev-tools-pages/ts/components/animations/compiler/index.tsx b/packages/dev-tools-pages/ts/components/animations/compiler/index.tsx
index db93ff8a4..ba98f8da3 100644
--- a/packages/dev-tools-pages/ts/components/animations/compiler/index.tsx
+++ b/packages/dev-tools-pages/ts/components/animations/compiler/index.tsx
@@ -8,4 +8,4 @@ const CompilerAnimation: React.StatelessComponent<{}> = () => (
<BaseAnimation animationData={animationData} width={2150} height={700} />
);
-export { CompilerAnimation as Animation };
+export { CompilerAnimation };