mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 07:47:53 +00:00
Add system editing
This commit is contained in:
parent
d30136fba2
commit
e421222002
11 changed files with 251 additions and 49 deletions
|
|
@ -6,7 +6,7 @@ import Memberlist from './Memberlist.js'
|
|||
export default function Dash(props) {
|
||||
|
||||
return (<>
|
||||
<System user submit={props.submit} setSubmit={props.setSubmit}/>
|
||||
<System />
|
||||
<Memberlist />
|
||||
</>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue