mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: add ability to create/delete ugs from interface
This commit is contained in:
parent
4f75e6a90a
commit
d1d817678b
10 changed files with 317 additions and 25 deletions
|
|
@ -0,0 +1,9 @@
|
|||
import React from 'react'
|
||||
|
||||
function ManageUsers() {
|
||||
return (
|
||||
<div>ManageUsers</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default ManageUsers
|
||||
Loading…
Add table
Add a link
Reference in a new issue