From bed696b8ae4bb26cf59ff746cac609987ecefa14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Tue, 10 Oct 2023 22:38:36 -0400 Subject: [PATCH] feat(pages): create authors page this page will load a list of all authors on the site (users with >=1 story) --- pages/authors.vue | 53 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 pages/authors.vue diff --git a/pages/authors.vue b/pages/authors.vue new file mode 100644 index 0000000..97b3ffd --- /dev/null +++ b/pages/authors.vue @@ -0,0 +1,53 @@ + +