Created
December 9, 2022 16:57
-
-
Save justinnoel/54091b13ecaf19ff862d312f06ef328c to your computer and use it in GitHub Desktop.
Jason Workout App
This file contains 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
<Register history={props.history} /> |
This file contains 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
const Register = ({history}) => { | |
history.replace("/workouts"); | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment