mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
WIP Frontend structure & authentication.
This commit is contained in:
@@ -1,14 +1,19 @@
|
||||
import Login from '../pages/Authentication/Login';
|
||||
import ResetPassword from '../pages/Authentication/ResetPassword';
|
||||
import Login from 'containers/Authentication/Login';
|
||||
import ResetPassword from 'containers/Authentication/ResetPassword';
|
||||
|
||||
export default [
|
||||
// {
|
||||
// path: '/',
|
||||
// exact: true,
|
||||
// component: Login,
|
||||
// },
|
||||
{
|
||||
path: '/login',
|
||||
path: '/auth/login',
|
||||
exact: true,
|
||||
component: Login,
|
||||
},
|
||||
{
|
||||
path: '/reset_password',
|
||||
path: '/auth/reset_password',
|
||||
exact: true,
|
||||
component: ResetPassword,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user