File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ in a terminal/console window. Older versions may produce errors.
35
35
$ npm install
36
36
```
37
37
38
- - We update` About ` content to show sample ` 07 Form ` highlights. You can see updates in ` ./src/components/about.tsx ` .
38
+ - We update ` About ` content to show sample ` 07 Form ` highlights. You can see updates in ` ./src/components/about.tsx ` .
39
39
40
40
- Install ` toastr ` and typings to show toast when save form changes:
41
41
@@ -393,8 +393,7 @@ export class MemberPageContainer extends React.Component<{}, State> {
393
393
### ./src/router.tsx
394
394
``` diff
395
395
import * as React from 'react';
396
- import { Route, Switch } from 'react-router';
397
- import { HashRouter } from 'react-router-dom';
396
+ import { Route, Switch, HashRouter } from 'react-router-dom';
398
397
import { App } from './app';
399
398
- import { About, MembersPage } from './components';
400
399
+ import { About, MembersPage, MemberPageContainer } from './components';
You can’t perform that action at this time.
0 commit comments