mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-06 23:27:14 -04:00
6 lines
89 B
TypeScript
6 lines
89 B
TypeScript
![]() |
export const HelpPage = () => {
|
||
|
return <div>
|
||
|
<h1>Help Page</h1>
|
||
|
</div>
|
||
|
}
|