Removed dead comment
This commit is contained in:
parent
5b24bbf2a4
commit
0c59a421cf
1 changed files with 0 additions and 6 deletions
|
@ -37,12 +37,6 @@ const routes = [
|
||||||
component: Home,
|
component: Home,
|
||||||
beforeEnter: requireAuth
|
beforeEnter: requireAuth
|
||||||
},
|
},
|
||||||
// {
|
|
||||||
// path: "/record/:id",
|
|
||||||
// name: "Record Details",
|
|
||||||
// component: RecordDetails,
|
|
||||||
// beforeEnter: requireAuth
|
|
||||||
// },
|
|
||||||
{
|
{
|
||||||
path: "/logout",
|
path: "/logout",
|
||||||
name: "Logout",
|
name: "Logout",
|
||||||
|
|
Loading…
Reference in a new issue