summaryrefslogtreecommitdiff
path: root/iridescence/src/views/Admin.vue
blob: a14cc7ff83c2cc0ae65c2c3e22392e5620795e3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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>