mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-27 12:16:36 +00:00
Created more components for the short URLs list
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
import { Route, Switch } from 'react-router-dom';
|
||||
import ShortUrlsList from '../short-urls/ShortUrlsList';
|
||||
import ShortUrls from '../short-urls/ShortUrls';
|
||||
import AsideMenu from './AsideMenu';
|
||||
|
||||
export default function MenuLayout() {
|
||||
@@ -11,7 +11,7 @@ export default function MenuLayout() {
|
||||
<Switch>
|
||||
<Route exact
|
||||
path="/server/:serverId/list-short-urls/:page"
|
||||
component={ShortUrlsList}
|
||||
component={ShortUrls}
|
||||
/>
|
||||
</Switch>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user