import * as React from 'react'; import Animation from '../index'; import * as animationData from './data.json'; function AnimationCompiler() { return ; } export default AnimationCompiler;