Add EmptyState to Lighthouse Router

This commit is contained in:
Iain Billett
2020-10-03 17:23:29 +01:00
parent fba3d513f5
commit 4758e62c26
3 changed files with 35 additions and 10 deletions
+2 -1
View File
@@ -35,7 +35,8 @@
"react-dom": "^16.13.1",
"react-markdown": "^4.3.1",
"react-router-dom": "6.0.0-beta.0",
"react-use": "^15.3.3"
"react-use": "^15.3.3",
"@types/react": "^16.9.50"
},
"devDependencies": {
"@backstage/cli": "^0.1.1-alpha.24",