Skip to content
Snippets Groups Projects

refactor: added go back arrow in GenerateChallengesView

Merged Maria Elizabeth Pauna Lane requested to merge generate-saving-challenges-view into development
2 files
+ 6
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
0
@@ -5,6 +5,7 @@ import DialogView from '@/views/DialogView.vue'
import DropdownView from '@/views/DropdownView.vue'
import DashboardView from "@/views/DashboardView.vue";
import ProfileView from "@/views/ProfileView.vue";
import GenerateChallengesView from "@/views/GenerateChallengesView.vue";
const routes = [
@@ -14,6 +15,7 @@ const routes = [
{ path: '/dropdown', component: DropdownView },
{ path: '/dashboard', component: DashboardView },
{ path: '/profile', component: ProfileView },
{ path: '/generate-challenges', component: GenerateChallengesView },
]
const router = createRouter({
Loading