diff options
Diffstat (limited to 'iridescence/src/views/Admin.vue')
-rw-r--r-- | iridescence/src/views/Admin.vue | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/iridescence/src/views/Admin.vue b/iridescence/src/views/Admin.vue new file mode 100644 index 0000000..f51d3c4 --- /dev/null +++ b/iridescence/src/views/Admin.vue @@ -0,0 +1,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> |