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,
|
||||
beforeEnter: requireAuth
|
||||
},
|
||||
// {
|
||||
// path: "/record/:id",
|
||||
// name: "Record Details",
|
||||
// component: RecordDetails,
|
||||
// beforeEnter: requireAuth
|
||||
// },
|
||||
{
|
||||
path: "/logout",
|
||||
name: "Logout",
|
||||
|
|
Loading…
Reference in a new issue