frontend/components/Settings/AppSettings/Notifications.vue

12 lines
No EOL
134 B
Vue

<template>
<div>
<h1>Notifications (TBA)</h1>
</div>
</template>
<script lang="ts" setup>
</script>
<style scoped>
</style>