mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 06:47:56 +00:00
Add pagination
This commit is contained in:
parent
759c14c6db
commit
2afa1c5fdf
7 changed files with 296 additions and 19 deletions
|
|
@ -63,7 +63,6 @@ export default function App() {
|
|||
return (
|
||||
<Router history={history} basename="/pk-webs">
|
||||
<Navigation/>
|
||||
<div class="filler">
|
||||
<BS.Container>
|
||||
<Switch>
|
||||
<Route path="/pk-webs/dash" >
|
||||
|
|
@ -100,7 +99,6 @@ export default function App() {
|
|||
</Route>
|
||||
</Switch>
|
||||
</BS.Container>
|
||||
</div>
|
||||
<Footer />
|
||||
</Router>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue