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 :){" "} +

+
); }