feature notifications

This commit is contained in:
Alexandro Uc Santos
2024-09-07 18:44:57 -06:00
parent 84c0595f5b
commit c5f0831a81
23 changed files with 514 additions and 96 deletions

View File

@@ -3,7 +3,7 @@
import NavBar from '../components/NavBar.vue';
import Sidebar from '../components/Sidebar.vue';
import ProfilePopup from '../components/ProfilePopup.vue';
import EditProfileModal from '../components/EditProfileModal.vue';
import NotificationsPopup from '../components/NotificationsPopup.vue';
</script>
@@ -19,6 +19,7 @@
</div>
<LoadingModal/>
<ProfilePopup/>
<NotificationsPopup/>
</template>
<style lang="scss" scoped>