Skip to content

Instantly share code, notes, and snippets.

@hpierre74
Last active August 8, 2018 23:24
Show Gist options
  • Save hpierre74/501968008bbdd090cf163ae65025bf40 to your computer and use it in GitHub Desktop.
Save hpierre74/501968008bbdd090cf163ae65025bf40 to your computer and use it in GitHub Desktop.
import React from 'react';
import withAnim from './withAnim.hoc';
const App = () => (<div>I am animated</div>);
export default withAnim(App);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment