rename all files and directories to lowercase
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import * as React from 'react';
|
||||
|
||||
import { BaseAnimation } from '../index';
|
||||
|
||||
import * as animationData from './data.json';
|
||||
|
||||
const CompilerAnimation: React.StatelessComponent<{}> = () => (
|
||||
<BaseAnimation animationData={animationData} width={2150} height={700} />
|
||||
);
|
||||
|
||||
export { CompilerAnimation as Animation };
|
Reference in New Issue
Block a user