Updated learning the code (markdown)

2021-12-11 07:55:06 +11:00
parent 1353fa54b0
commit e19c168b82
+1 -1
@@ -19,7 +19,7 @@ Under `client/pages/` you'll find `app.jsx`, which is the main switchboard for t
The routes have two different ways of loading a page:
```js
```jsx
<LazyRoute path='/login' component={() => import('./accounts/login')} />
<LazyRoute path='/credits' component={async () => () => <MarkdownPage content={require('../markdown/credits.md').default} />} />