2025-06-30 09:17:45 +02:00

8 lines
139 B
TypeScript

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