mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-20 06:58:03 +00:00
Add sample support, re-organize repo
This commit is contained in:
15
src/views/AdminView.vue
Normal file
15
src/views/AdminView.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<Admin />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Admin from '../components/Admin'
|
||||
|
||||
export default {
|
||||
name: 'AdminView',
|
||||
|
||||
components: {
|
||||
Admin
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user