Skip to content

Instantly share code, notes, and snippets.

@Metnew
Last active April 23, 2017 17:07
Show Gist options
  • Save Metnew/2943c23cc33223d838729a6f1151e572 to your computer and use it in GitHub Desktop.
Save Metnew/2943c23cc33223d838729a6f1151e572 to your computer and use it in GitHub Desktop.
export const appRouting = [
{
path: '/',
exact: true,
tag: RouteAuth,
component: Dashboard
},
{
path: '/inbox',
exact: true,
tag: RouteAuth,
component: Inbox
},
{
path: '/auth',
name: 'Auth',
tag: Route,
component: Login
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment