uniq export names for animations

This commit is contained in:
August Skare
2018-11-20 15:18:09 +01:00
parent b0c22a222e
commit 339ec3e8eb
8 changed files with 15 additions and 15 deletions

View File

@@ -8,4 +8,4 @@ const CompilerAnimation: React.StatelessComponent<{}> = () => (
<BaseAnimation animationData={animationData} width={2150} height={700} />
);
export { CompilerAnimation as Animation };
export { CompilerAnimation };