mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
refactor(profile): moved view sections and their logic to separate components
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user