mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 07:47:53 +00:00
Initial commit
This commit is contained in:
parent
000cc732a6
commit
fe13aaa9e2
18 changed files with 15953 additions and 40 deletions
14
src/Components/Dash.js
Normal file
14
src/Components/Dash.js
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
import React from 'react';
|
||||
import * as BS from 'react-bootstrap'
|
||||
|
||||
import System from './System.js'
|
||||
import Memberlist from './Memberlist.js'
|
||||
|
||||
export default function Dash(props) {
|
||||
|
||||
return (<>
|
||||
<System user submit={props.submit} setSubmit={props.setSubmit}/>
|
||||
<Memberlist />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue