Added structure and some stylings to CreateServer component

This commit is contained in:
Alejandro Celaya
2018-07-15 11:06:53 +02:00
parent 010e3ce0f3
commit 6494f04d25
4 changed files with 61 additions and 5 deletions

View File

@@ -9,9 +9,10 @@ export default function MenuLayout() {
<AsideMenu />
<div className="col-md-10 offset-md-2 col-sm-9 offset-sm-3">
<Switch>
<Route exact
path="/server/:serverId/list-short-urls/:page"
component={ShortUrls}
<Route
exact
path="/server/:serverId/list-short-urls/:page"
component={ShortUrls}
/>
</Switch>
</div>