Skip to content
Snippets Groups Projects
NotificationsForm.vue 155 B
Newer Older
<template>
<div> This is a notification page</div>
</template>

<script>
export default {
  name: "NotificationsForm"
}
</script>

<style scoped>

</style>