Skip to content

Instantly share code, notes, and snippets.

@veryeasily
Created June 26, 2018 01:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veryeasily/8f9cfd3062766922cafec3dc4f66bda3 to your computer and use it in GitHub Desktop.
Save veryeasily/8f9cfd3062766922cafec3dc4f66bda3 to your computer and use it in GitHub Desktop.
import React from 'react'
export default Flying = (ChildClass) => (
class extends React.Component {
render() {
<div class="flying-css-stuff">
<Flying />
</div>
}
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment