We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f8b04 commit b33f402Copy full SHA for b33f402
1 file changed
hooks/13_LoginForm/Readme.md
@@ -109,7 +109,7 @@ _./src/index.html_
109
- Let's build a proper _login_ layout, _loginPage.tsx_. To build a nice layout, we will install _@material-ui/core_
110
111
```bash
112
-npm install @material-ui/core @material-ui/icons --save-dev
+npm install @material-ui/core @material-ui/icons --save
113
```
114
115
- Now we could create a login form it could look something like:
0 commit comments