summaryrefslogblamecommitdiff
path: root/iridescence/src/views/Admin.vue
blob: a14cc7ff83c2cc0ae65c2c3e22392e5620795e3f (plain) (tree)
1
2
3
4
5
          

                                                   

           








                        
<template>
  <div class="home">
    <img alt="Vue logo" src="../assets/logo.png" />
  </div>
</template>

<script>
// @ is an alias to /src

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