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 b44558f50dd0a231b1822b6007b947ad16dd2c7c..aa1bbd6ac97f782fbf65fb73787d982afeffd0c9 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: {