summaryrefslogtreecommitdiff
path: root/iridescence/src/views/Admin.vue
blob: f51d3c4b84eab22a89f694c34041eed0bc80b714 (plain) (blame)
1
2
3
4
5
6
7
<template>
  <!-- The Administrators' page lets artists/admins add or remove inventory
	  items and update their prices, descriptions, stock, and thumbnails. -->
  <div>
    <h1>This is an admin page</h1>
  </div>
</template>