Skip to content
Snippets Groups Projects
Commit db150cba authored by Trygve Jørgensen's avatar Trygve Jørgensen
Browse files

chore: file naming conventions

parent a6a69a94
No related branches found
No related tags found
3 merge requests!66Final merge,!44Configuration validation,!4Pipeline fix
File moved
......@@ -31,12 +31,12 @@ const router = createRouter({
{
path: '/profil',
name: 'profile',
component: () => import('@/views/ProfileView.vue')
component: () => import('@/views/ViewProfileView.vue')
},
{
path: '/profil/rediger',
name: 'edit-profile',
component: () => import('@/views/EditProfileView.vue')
component: () => import('@/views/ManageProfileView.vue')
},
{
path: '/sparemaal',
......
......@@ -2,7 +2,7 @@
import authInterceptor from '@/services/authInterceptor'
import { computed, onMounted, ref } from 'vue'
import type { Profile } from '@/types/profile'
import CardTemplate from '@/views/CardTemplate.vue'
import CardTemplate from '@/components/CardTemplate.vue'
import router from '@/router'
import ToolTip from '@/components/ToolTip.vue'
import InteractiveSpare from '@/components/InteractiveSpare.vue'
......
......@@ -2,7 +2,7 @@
import authInterceptor from '@/services/authInterceptor'
import { computed, onMounted, ref } from 'vue'
import type { Profile } from '@/types/profile'
import CardTemplate from '@/views/CardTemplate.vue'
import CardTemplate from '@/components/CardTemplate.vue'
import InteractiveSpare from '@/components/InteractiveSpare.vue'
import type { Challenge } from '@/types/challenge'
import type { Goal } from '@/types/goal'
......
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