mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-10 04:40:46 -05:00
9 lines
212 B
TypeScript
9 lines
212 B
TypeScript
export default function SendouQPage() {
|
|
return (
|
|
<p className="text-center text-sm">
|
|
Splatoon 2 test of SendouQ is over.
|
|
<br /> SendouQ is planned to return for Splatoon 3.{" "}
|
|
</p>
|
|
);
|
|
}
|