Add pagination

This commit is contained in:
Spectralitree 2020-12-13 03:17:44 +01:00
parent 759c14c6db
commit 2afa1c5fdf
7 changed files with 296 additions and 19 deletions

View file

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