From 72b3aef045c6e862182555bd064aee7b282360a7 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sat, 14 Feb 2026 00:53:45 +0100 Subject: [PATCH] refactor(profile): moved view sections and their logic to separate components --- src/components/PlayerProfileView/ProfileHistoryList.vue | 4 ++-- src/components/PlayerProfileView/ProfileRecentStats.vue | 4 ++-- src/components/PlayerProfileView/ProfileSumary.vue | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/PlayerProfileView/ProfileHistoryList.vue b/src/components/PlayerProfileView/ProfileHistoryList.vue index 4ba0278..a0c6c01 100644 --- a/src/components/PlayerProfileView/ProfileHistoryList.vue +++ b/src/components/PlayerProfileView/ProfileHistoryList.vue @@ -1,5 +1,5 @@