From 85cc2801414d89e7e572df3ff6db1866d43b602d Mon Sep 17 00:00:00 2001 From: im6h Date: Tue, 15 Feb 2022 00:35:48 +0700 Subject: [PATCH 1/2] feat: add list all authors --- components/Header/index.tsx | 5 +++ pages/author/Author.module.css | 42 +++++++++++++++++++++ pages/author/index.tsx | 68 ++++++++++++++++++++++++++++++++++ 3 files changed, 115 insertions(+) create mode 100644 pages/author/index.tsx diff --git a/components/Header/index.tsx b/components/Header/index.tsx index cd8cade..ad4c0cd 100644 --- a/components/Header/index.tsx +++ b/components/Header/index.tsx @@ -30,6 +30,11 @@ const Header = () => { + + + + + +