Add container to front page

This commit is contained in:
Kalle 2022-06-18 16:19:25 +03:00
parent 65aaa54a70
commit a2f2b2b299

View File

@ -1,7 +1,11 @@
import { Main } from "~/components/Main";
export default function Index() {
return (
<p className="text-center text-sm">
Welcome to this work in progress Splatoon 3 version of sendou.ink :){" "}
</p>
<Main>
<p className="text-center text-sm">
Welcome to this work in progress Splatoon 3 version of sendou.ink :){" "}
</p>
</Main>
);
}