Last active
October 4, 2017 03:30
-
-
Save FlintSable/97427fd7d5101e282e1da7f10a5dd220 to your computer and use it in GitHub Desktop.
Components
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
| <Link to={{ | |
| pathname: '/cources', | |
| search: '?sort=name', | |
| hash: '#the-hash', | |
| state: { fromDashboard: true } | |
| }}> | |
| Courses | |
| </Link> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment