refactor(profile): moved view sections and their logic to separate components

This commit is contained in:
2026-02-14 00:53:45 +01:00
parent 36ae24fdaf
commit 72b3aef045
3 changed files with 6 additions and 6 deletions
@@ -1,5 +1,5 @@
<template>
<div class="profile-history-list">
<section class="profile-history-list">
<div class="list-header">
<h3>OSTATNIA AKTYWNOŚĆ GRACZA</h3>
@@ -83,7 +83,7 @@
</li>
</ul>
</div>
</div>
</section>
</template>
<script lang="ts" setup>