Update various configuration files, components, and assets; enhance notification system and API endpoints; improve documentation and styles across the application.
This commit is contained in:
10
pages/index.vue
Normal file
10
pages/index.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<script setup>
|
||||
definePageMeta({
|
||||
title: "Main",
|
||||
middleware: ["main"],
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>Redirect Dashboard</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user