Skip to content
Snippets Groups Projects
Commit d48167f7 authored by Assi, Ishveer S (UG - Comp Sci & Elec Eng)'s avatar Assi, Ishveer S (UG - Comp Sci & Elec Eng)
Browse files

Added route for feedback

parent 0d4008f5
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ const routes = [
{ path: '/settings', component: () => import( 'pages/Settings.vue')},
{ path: '/privacy', component: () => import( 'pages/Privacy.vue')},
{ path: '/contactus', component: () => import( 'pages/ContactUs.vue')},
{ path: '/sendfeedback', component: () => import( 'pages/Feedback.vue')},
// Always leave this as last one,
// but you can also remove it
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment