Skip to content

Instantly share code, notes, and snippets.

@justinnoel
Created December 9, 2022 16:57
Show Gist options
  • Save justinnoel/54091b13ecaf19ff862d312f06ef328c to your computer and use it in GitHub Desktop.
Save justinnoel/54091b13ecaf19ff862d312f06ef328c to your computer and use it in GitHub Desktop.
Jason Workout App
<Register history={props.history} />
const Register = ({history}) => {
history.replace("/workouts");
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment