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-recent-stats">
<section class="profile-recent-stats">
<h3 class="stats-header">STATYSTYKI AKTYWNOŚCI (30 OSTATNICH DNI)</h3>
<div class="month-stats-box">
@@ -41,7 +41,7 @@
<div>WYSTAWIONYCH ROZKŁADÓW</div>
</div>
</div>
</div>
</section>
</template>
<script lang="ts" setup>