From 272c27431a2c5ed18b659d7e3be66eb1bf6ee191 Mon Sep 17 00:00:00 2001 From: hutinoatari <63452799+hutinoatari@users.noreply.github.com> Date: Sun, 13 Nov 2022 02:55:56 +0900 Subject: [PATCH] =?UTF-8?q?=E6=8A=95=E7=A5=A8=E3=83=9A=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E5=BE=A9=E6=B4=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/Header.tsx | 5 +++++ client/src/pages/vote.tsx | 24 ++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 client/src/pages/vote.tsx diff --git a/client/src/components/Header.tsx b/client/src/components/Header.tsx index e05078fcc..c7cf1a003 100644 --- a/client/src/components/Header.tsx +++ b/client/src/components/Header.tsx @@ -34,6 +34,11 @@ const Header: FC<{}> = () => { 競争馬 +
準備中
+ > + ); +}; + +export default VotePage;