add Removed unnecessary class styles in SettingsPage, router.js changed the typo and changed the AsidebarComponent.vue #

This commit is contained in:
Madara0330E
2024-01-30 19:10:13 +03:00
parent 13b8e111f2
commit f4d65a09b4
4 changed files with 4 additions and 221 deletions

View File

@@ -7,11 +7,7 @@
<header-component></header-component>
<section class="profile">
<div class="profile__content">
</div>
</section>
<section class="profile"></section>
<payments-modal v-if="openModal" @notifacetionmoney="NotificationEventListener" @closemodal="openModal = false" :payments="payments"></payments-modal>
<notiicationwindow-component @notificationremove="NotificationMethod" :notification="notification"></notiicationwindow-component>
</div>