Initial commit
This commit is contained in:
9
src/layout/AppSidebar.vue
Normal file
9
src/layout/AppSidebar.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup>
|
||||
import AppMenu from './AppMenu.vue';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<app-menu></app-menu>
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped></style>
|
||||
Reference in New Issue
Block a user