mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 22:57:11 -04:00
Added vite react admin ui.
This commit is contained in:
parent
d34b964cc2
commit
6f440a13cd
27 changed files with 969 additions and 11 deletions
5
admin/src/pages/HelpPage.tsx
Normal file
5
admin/src/pages/HelpPage.tsx
Normal file
|
@ -0,0 +1,5 @@
|
|||
export const HelpPage = () => {
|
||||
return <div>
|
||||
<h1>Help Page</h1>
|
||||
</div>
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue