mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-09 12:13:10 -05:00
Add container to front page
This commit is contained in:
parent
65aaa54a70
commit
a2f2b2b299
|
|
@ -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>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user