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