added notifications page

This commit is contained in:
Mamalizz
2025-03-15 02:28:01 +03:30
parent 3f6644baaa
commit 555ca235d9
+16
View File
@@ -0,0 +1,16 @@
<script setup lang="ts">
// meta
definePageMeta({
middleware: "check-is-logged-in",
layout: "profile",
});
</script>
<template>
<div class="w-full flex flex-col gap-5">
<ProfilePageTitle title="اعلان های شما" icon="bi:bell" />
</div>
</template>
<style scoped></style>