From a2f2b2b29914714da5efab004079070f276266fa Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sat, 18 Jun 2022 16:19:25 +0300 Subject: [PATCH] Add container to front page --- app/routes/index.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/app/routes/index.tsx b/app/routes/index.tsx index 56af7511b..b10ea429a 100644 --- a/app/routes/index.tsx +++ b/app/routes/index.tsx @@ -1,7 +1,11 @@ +import { Main } from "~/components/Main"; + export default function Index() { return ( -

- Welcome to this work in progress Splatoon 3 version of sendou.ink :){" "} -

+
+

+ Welcome to this work in progress Splatoon 3 version of sendou.ink :){" "} +

+
); }