Files
digifi-bko/src/app/modules/help/HelpPage.tsx
T
2024-09-05 17:25:51 +01:00

9 lines
161 B
TypeScript

export default function HelpPage() {
return (
<div className="w-100 h-100">
<h1 className="fs-2hx fw-bold text-gray-800">Help</h1>
</div>
)
}