Skip to content

Instantly share code, notes, and snippets.

@rafaelrozon
Created February 15, 2019 16:34
Show Gist options
  • Save rafaelrozon/818796e4d36612a53d2f03a2633a4fd5 to your computer and use it in GitHub Desktop.
Save rafaelrozon/818796e4d36612a53d2f03a2633a4fd5 to your computer and use it in GitHub Desktop.
export const routes = {
Home: {
route: '/',
icon: 'home',
text: 'homeLink'
},
Todos: {
route: '/todos',
icon: 'bars',
text: 'todosLink'
},
Todo: {
route: '/todos/:id',
icon: 'check',
text: 'todoLink'
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment