Skip to content

Instantly share code, notes, and snippets.

@bitfishxyz
Created May 3, 2020 12:00
Show Gist options
  • Save bitfishxyz/4f4a73ecf105189504852de7e8e36fe8 to your computer and use it in GitHub Desktop.
Save bitfishxyz/4f4a73ecf105189504852de7e8e36fe8 to your computer and use it in GitHub Desktop.
import React from 'react';
import yellowHOC from './yellowHOC';
class TargetComponent extends Reac.Compoment {
render() {
return <div>hello world</div>;
}
}
export default yellowHOC(TargetComponent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment