mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-27 12:16:36 +00:00
Wired redux
This commit is contained in:
13
src/common/MenuLayout.js
Normal file
13
src/common/MenuLayout.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import React from 'react';
|
||||
import { Switch } from 'react-router-dom';
|
||||
|
||||
export default () => {
|
||||
return (
|
||||
<div>
|
||||
<nav>Left menu</nav>
|
||||
<Switch>
|
||||
|
||||
</Switch>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user