This commit is contained in:
Dede Fuji Abdul
2023-10-16 15:37:11 +07:00
parent b80bb344ea
commit 7c6a28b98d
3 changed files with 9 additions and 19 deletions

View File

@ -306,16 +306,6 @@ const router = createRouter({
name: 'Not Found',
component: NotFoundView
},
{
path: '/profile',
name: 'Profile',
redirect: '/404',
},
{
path: '/settings',
name: 'Settings',
redirect: '/404',
},
]
})