Skip to content

Instantly share code, notes, and snippets.

@Porter97
Created April 8, 2020 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Porter97/587d770208109283d85d63f7474c73b2 to your computer and use it in GitHub Desktop.
Save Porter97/587d770208109283d85d63f7474c73b2 to your computer and use it in GitHub Desktop.
#...
import Profile from './components/User';
#...
class AppRouter extends Component {
#...
render() {
return (
#...
<Switch>
#...
<Route path="/@:username" component={Profile}
</Switch>
#...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment