Last active
May 15, 2019 21:15
-
-
Save beaucarnes/aa49efeaed428dcbb8d9a7f2f9f5ebc2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { Component } from 'react'; | |
export default class ExercisesList extends Component { | |
render() { | |
return ( | |
<div> | |
<p>You are on the Exercises List component!</p> | |
</div> | |
) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment