Add system editing

This commit is contained in:
Spectralitree 2020-12-11 16:35:25 +01:00
parent d30136fba2
commit e421222002
11 changed files with 251 additions and 49 deletions

View file

@ -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 />
</>
);