From 339ec3e8ebac25fe7ee6eb26b89bfc9b9e00db26 Mon Sep 17 00:00:00 2001 From: August Skare Date: Tue, 20 Nov 2018 15:18:09 +0100 Subject: uniq export names for animations --- packages/dev-tools-pages/ts/components/animations/compiler/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/dev-tools-pages/ts/components/animations/compiler/index.tsx') 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<{}> = () => ( ); -export { CompilerAnimation as Animation }; +export { CompilerAnimation }; -- cgit v1.2.3