diff options
Diffstat (limited to 'packages/dev-tools-pages/ts/components/animations/cov/index.tsx')
-rw-r--r-- | packages/dev-tools-pages/ts/components/animations/cov/index.tsx | 11 |
1 files changed, 0 insertions, 11 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 deleted file mode 100644 index bd872cc85..000000000 --- a/packages/dev-tools-pages/ts/components/animations/cov/index.tsx +++ /dev/null @@ -1,11 +0,0 @@ -import * as React from 'react'; - -import { BaseAnimation } from '../index'; - -import * as animationData from './data.json'; - -const CovAnimation: React.StatelessComponent<{}> = () => ( - <BaseAnimation animationData={animationData} width={1981} height={660} /> -); - -export { CovAnimation }; |