aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-tools-pages/ts/components/animations/compiler/index.tsx
diff options
context:
space:
mode:
authorAugust Skare <post@augustskare.no>2018-11-20 22:18:09 +0800
committerAugust Skare <post@augustskare.no>2018-11-20 22:18:09 +0800
commit339ec3e8ebac25fe7ee6eb26b89bfc9b9e00db26 (patch)
tree121826cd49e78833991e20ee88ea88660bba1077 /packages/dev-tools-pages/ts/components/animations/compiler/index.tsx
parentb0c22a222e09ef8008a1ef7cf79e28b73961560a (diff)
downloaddexon-sol-tools-339ec3e8ebac25fe7ee6eb26b89bfc9b9e00db26.tar
dexon-sol-tools-339ec3e8ebac25fe7ee6eb26b89bfc9b9e00db26.tar.gz
dexon-sol-tools-339ec3e8ebac25fe7ee6eb26b89bfc9b9e00db26.tar.bz2
dexon-sol-tools-339ec3e8ebac25fe7ee6eb26b89bfc9b9e00db26.tar.lz
dexon-sol-tools-339ec3e8ebac25fe7ee6eb26b89bfc9b9e00db26.tar.xz
dexon-sol-tools-339ec3e8ebac25fe7ee6eb26b89bfc9b9e00db26.tar.zst
dexon-sol-tools-339ec3e8ebac25fe7ee6eb26b89bfc9b9e00db26.zip
uniq export names for animations
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 };