Skip to content

Instantly share code, notes, and snippets.

@Eliav2
Created May 3, 2021 16:36
Show Gist options
  • Save Eliav2/d0d47e135131e37cbb4d9c3d1db82548 to your computer and use it in GitHub Desktop.
Save Eliav2/d0d47e135131e37cbb4d9c3d1db82548 to your computer and use it in GitHub Desktop.
import UpdateCycle from "./UpdateCycle";
import RenderCycle from "./RenderCycle";
import CombinedCycle from "./CombinedCycle";
const Example = () => (
<>
<UpdateCycle/>
<RenderCycle/>
<CombinedCycle/>
</>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment