Implemented patron page

This commit is contained in:
2019-06-02 22:48:48 +10:00
parent 13ae766df9
commit b76d22137f
5 changed files with 76 additions and 0 deletions
+1
View File
@@ -72,6 +72,7 @@ export default class App extends React.Component {
<LazyRoute path='/equipment' component={() => import('./pages/equipment.jsx')} />
<LazyRoute path='/tasklist' component={() => import('./pages/task_list.jsx')} />
<LazyRoute path='/patronlist' component={() => import('./pages/patron_list.jsx')} />
<LazyRoute path='*' component={() => import('./pages/page_not_found.jsx')} />
</Switch>