✨ Setup drive dashboard
This commit is contained in:
9
DysonNetwork.Drive/Client/src/views/dashboard/usage.vue
Normal file
9
DysonNetwork.Drive/Client/src/views/dashboard/usage.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<section class="h-full"></section>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { useUserStore } from '@/stores/user';
|
||||
|
||||
const userStore = useUserStore()
|
||||
</script>
|
Reference in New Issue
Block a user