feat(contact): notifications system + action
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script setup lang="ts">
|
||||
import Background from "./Background.vue";
|
||||
import LeftBar from "./LeftBar.vue";
|
||||
import Title from "./Title.vue";
|
||||
import Notifications from "./Notifications.vue";
|
||||
|
||||
const store = useContactStore();
|
||||
|
||||
@@ -15,5 +15,6 @@ onMounted(() => {
|
||||
<Background />
|
||||
|
||||
<LeftBar />
|
||||
<Title />
|
||||
|
||||
<Notifications />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user