refactor(examples): use @types/react from lib

This commit is contained in:
moklick
2021-12-11 07:18:55 +01:00
parent d5cffa730b
commit efbdd704cf
2 changed files with 71 additions and 102 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
"devDependencies": {
"@types/dagre": "^0.7.46",
"@types/localforage": "0.0.34",
"@types/react": "^17.0.27",
"@types/react": "file:../node_modules/@types/react",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.3.0"
}