aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-tools-pages/ts/components/animations/cov
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/cov
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/cov')
-rw-r--r--packages/dev-tools-pages/ts/components/animations/cov/index.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/dev-tools-pages/ts/components/animations/cov/index.tsx b/packages/dev-tools-pages/ts/components/animations/cov/index.tsx
index 445824717..bd872cc85 100644
--- a/packages/dev-tools-pages/ts/components/animations/cov/index.tsx
+++ b/packages/dev-tools-pages/ts/components/animations/cov/index.tsx
@@ -4,8 +4,8 @@ import { BaseAnimation } from '../index';
import * as animationData from './data.json';
-const AnimationCov: React.StatelessComponent<{}> = () => (
+const CovAnimation: React.StatelessComponent<{}> = () => (
<BaseAnimation animationData={animationData} width={1981} height={660} />
);
-export { AnimationCov as Animation };
+export { CovAnimation };