From 99e0088ba5980720f3217972845322923d637830 Mon Sep 17 00:00:00 2001 From: saltyypanda Date: Sat, 5 Oct 2024 19:26:48 -0400 Subject: [PATCH] Add folder and base pages for each contributor page --- next/app/contributors/other-contributor/page.tsx | 1 + next/app/contributors/tess-hacker/page.tsx | 1 + 2 files changed, 2 insertions(+) create mode 100644 next/app/contributors/other-contributor/page.tsx create mode 100644 next/app/contributors/tess-hacker/page.tsx diff --git a/next/app/contributors/other-contributor/page.tsx b/next/app/contributors/other-contributor/page.tsx new file mode 100644 index 0000000..a8514b3 --- /dev/null +++ b/next/app/contributors/other-contributor/page.tsx @@ -0,0 +1 @@ +// Write your first page here! \ No newline at end of file diff --git a/next/app/contributors/tess-hacker/page.tsx b/next/app/contributors/tess-hacker/page.tsx new file mode 100644 index 0000000..a8514b3 --- /dev/null +++ b/next/app/contributors/tess-hacker/page.tsx @@ -0,0 +1 @@ +// Write your first page here! \ No newline at end of file