Removed dead comment

This commit is contained in:
Maximilian Giller 2021-01-08 00:46:07 +01:00
parent 5b24bbf2a4
commit 0c59a421cf

View file

@ -37,12 +37,6 @@ const routes = [
component: Home,
beforeEnter: requireAuth
},
// {
// path: "/record/:id",
// name: "Record Details",
// component: RecordDetails,
// beforeEnter: requireAuth
// },
{
path: "/logout",
name: "Logout",