mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 01:00:12 +00:00
move a bunch of files around
This commit is contained in:
parent
9323985c8d
commit
c1de266b2d
13 changed files with 32 additions and 32 deletions
13
src/Pages/Dash.js
Normal file
13
src/Pages/Dash.js
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import React from 'react';
|
||||
|
||||
import System from '../Components/Private/System.js'
|
||||
import Memberlist from '../Components/Private/Memberlist.js'
|
||||
|
||||
export default function Dash(props) {
|
||||
|
||||
return (<>
|
||||
<System />
|
||||
<Memberlist />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue