Created Task List

This commit is contained in:
2019-06-02 22:01:05 +10:00
parent d644847ca3
commit f027364193
6 changed files with 97 additions and 2 deletions
+2
View File
@@ -71,6 +71,8 @@ export default class App extends React.Component {
<LazyRoute path='/combatlog' component={() => import('./pages/combat_log.jsx')} />
<LazyRoute path='/equipment' component={() => import('./pages/equipment.jsx')} />
<LazyRoute path='/tasklist' component={() => import('./pages/task_list.jsx')} />
<LazyRoute path='*' component={() => import('./pages/page_not_found.jsx')} />
</Switch>
</BrowserRouter>