summaryrefslogtreecommitdiff
path: root/iridescence/src/views/Admin.vue
blob: 53c5417ef01a8688de5f8f1a809e7795a2de3472 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<template>
  <h1>this is an admin page</h1>
</template>

<script>
export default {
  name: "Admin",
  components: {}
};
</script>