Skip to content

Instantly share code, notes, and snippets.

@CryDeTaan
Created October 8, 2019 05:42
Show Gist options
  • Save CryDeTaan/c0575efd09b6784b92a7a10fd46931df to your computer and use it in GitHub Desktop.
Save CryDeTaan/c0575efd09b6784b92a7a10fd46931df to your computer and use it in GitHub Desktop.
Gist for medium
let routes = [
{
path: '/dashboard',
component: require('./views/dashboard').default
},
{
path: '/users',
component: require('./views/users').default
},
{
path: '/something-new',
component: require('./views/something-new').default
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment