2025-07-02 11:00:41 +02:00

8 lines
139 B
TypeScript

export default function RulesPage() {
return (
<div style={{ width: "100%" }}>
<h2>Rules Overview - SSR</h2>
</div>
);
}