From 855240966a4fe786ca5f3b7be37818208e683ca8 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sun, 5 Jun 2022 20:50:52 +0300 Subject: [PATCH] Add placeholder Plus Voting page --- app/routes/plus/voting/index.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 app/routes/plus/voting/index.tsx diff --git a/app/routes/plus/voting/index.tsx b/app/routes/plus/voting/index.tsx new file mode 100644 index 000000000..870138bb6 --- /dev/null +++ b/app/routes/plus/voting/index.tsx @@ -0,0 +1,12 @@ +import { monthsVotingRange, upcomingVoting } from "~/core/plus"; + +export default function PlusVotingPage() { + return ( +