chore: resolved conflicts

This commit is contained in:
Jannat Patel
2024-08-12 10:02:22 +05:30
26 changed files with 1657 additions and 3356 deletions

View File

@@ -103,8 +103,8 @@ const routes = [
},
{
path: '/courses/:courseName/learn/:chapterNumber-:lessonNumber/edit',
name: 'CreateLesson',
component: () => import('@/pages/CreateLesson.vue'),
name: 'LessonForm',
component: () => import('@/pages/LessonForm.vue'),
props: true,
},
{