<template>
  <div>This is a notification page</div>
</template>

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

<style scoped></style>