Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d733635

Browse filesBrowse files
committed
Updating readme with last changes
1 parent 036b9e2 commit d733635
Copy full SHA for d733635

File tree

Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed

‎07 Form/readme.md

Copy file name to clipboardExpand all lines: 07 Form/readme.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ in a terminal/console window. Older versions may produce errors.
3535
$ npm install
3636
```
3737

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`.
3939

4040
- Install `toastr` and typings to show toast when save form changes:
4141

@@ -393,8 +393,7 @@ export class MemberPageContainer extends React.Component<{}, State> {
393393
### ./src/router.tsx
394394
```diff
395395
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';
398397
import { App } from './app';
399398
- import { About, MembersPage } from './components';
400399
+ import { About, MembersPage, MemberPageContainer } from './components';

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.