feature notifications
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user