Skip to content

Instantly share code, notes, and snippets.

@beaucarnes
Last active May 15, 2019 21:15
Show Gist options
  • Save beaucarnes/aa49efeaed428dcbb8d9a7f2f9f5ebc2 to your computer and use it in GitHub Desktop.
Save beaucarnes/aa49efeaed428dcbb8d9a7f2f9f5ebc2 to your computer and use it in GitHub Desktop.
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