Clarified the rules

This commit is contained in:
2019-06-05 09:09:23 +10:00
parent 6bbcd03179
commit 1cca659958
6 changed files with 63 additions and 11 deletions
+1
View File
@@ -74,6 +74,7 @@ export default class App extends React.Component {
<LazyRoute path='/tasklist' component={() => import('./pages/task_list.jsx')} />
<LazyRoute path='/patronlist' component={() => import('./pages/patron_list.jsx')} />
<LazyRoute path='/news/:postId' component={() => import('./pages/news.jsx')} />
<LazyRoute path='/rules' component={() => import('./pages/rules.jsx')} />
<LazyRoute path='*' component={() => import('./pages/page_not_found.jsx')} />
</Switch>