Skip to content

Commit 6599f3f

Browse files
Separate Redux and standalone example
- separate examples - update app layout - add custom renderer in standalone example
1 parent 0016ca9 commit 6599f3f

File tree

5 files changed

+154
-161
lines changed

5 files changed

+154
-161
lines changed

package-lock.json

Lines changed: 27 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@
99
"@material-ui/core": "^4.3.3",
1010
"@material-ui/icons": "^4.2.1",
1111
"@types/jest": "^24.0.18",
12+
"@types/lodash": "^4.14.149",
1213
"@types/node": "^12.7.2",
1314
"@types/react": "^16.9.2",
1415
"@types/react-dom": "^16.9.0",
1516
"@types/react-redux": "^7.1.2",
17+
"lodash": "^4.17.15",
1618
"react": "^16.9.0",
1719
"react-dom": "^16.9.0",
1820
"react-redux": "^7.1.1",

0 commit comments

Comments
 (0)