diff --git a/client/src/App.vue b/client/src/App.vue index 47eaf6eb..4036fbd1 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -1,11 +1,8 @@ diff --git a/client/src/layouts/AppLayout.vue b/client/src/layouts/AppLayout.vue deleted file mode 100644 index 8bec807f..00000000 --- a/client/src/layouts/AppLayout.vue +++ /dev/null @@ -1,35 +0,0 @@ - - - diff --git a/client/src/layouts/AppLayoutDefault.vue b/client/src/layouts/AppLayoutDefault.vue deleted file mode 100644 index 1b32a007..00000000 --- a/client/src/layouts/AppLayoutDefault.vue +++ /dev/null @@ -1,12 +0,0 @@ - - - diff --git a/client/src/layouts/NoNavbarDemoLayout.vue b/client/src/layouts/NoNavbarDemoLayout.vue deleted file mode 100644 index 56a8b72d..00000000 --- a/client/src/layouts/NoNavbarDemoLayout.vue +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/client/src/router/learningpath.routes.ts b/client/src/router/learningpath.routes.ts deleted file mode 100644 index 6caf45a8..00000000 --- a/client/src/router/learningpath.routes.ts +++ /dev/null @@ -1,8 +0,0 @@ -const LearningPathOverview = () => import('../views/LearningPathOverview.vue') - -export default [ - { - path: ':id', - component: LearningPathOverview, - }, -] diff --git a/client/src/views/CircleView.vue b/client/src/views/CircleView.vue new file mode 100644 index 00000000..85f242ba --- /dev/null +++ b/client/src/views/CircleView.vue @@ -0,0 +1,24 @@ + + + + + diff --git a/client/src/views/LearningPath.vue b/client/src/views/LearningPath.vue deleted file mode 100644 index 0b060f1e..00000000 --- a/client/src/views/LearningPath.vue +++ /dev/null @@ -1,14 +0,0 @@ - - - - -