From 73e06ed7037a99341c3a032e97e5c6450c1c4e24 Mon Sep 17 00:00:00 2001 From: Gilgard <Hjelljord.alida@gmail.com> Date: Mon, 2 May 2022 15:02:31 +0200 Subject: [PATCH] Rename user profile --- .../{LargeProfileCard.vue => UserProfile.vue} | 0 src/views/UserProfileViews/ProfileView.vue | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/components/UserProfileComponents/{LargeProfileCard.vue => UserProfile.vue} (100%) diff --git a/src/components/UserProfileComponents/LargeProfileCard.vue b/src/components/UserProfileComponents/UserProfile.vue similarity index 100% rename from src/components/UserProfileComponents/LargeProfileCard.vue rename to src/components/UserProfileComponents/UserProfile.vue diff --git a/src/views/UserProfileViews/ProfileView.vue b/src/views/UserProfileViews/ProfileView.vue index b44558f..aa1bbd6 100644 --- a/src/views/UserProfileViews/ProfileView.vue +++ b/src/views/UserProfileViews/ProfileView.vue @@ -5,7 +5,7 @@ </template> <script> -import LargeProfileCard from "@/components/UserProfileComponents/LargeProfileCard.vue"; +import LargeProfileCard from "@/components/UserProfileComponents/UserProfile.vue"; export default { components: { -- GitLab