added skeleton

This commit is contained in:
Bilawal Hameed
2020-04-23 11:11:28 +02:00
parent 924da0e592
commit 822701684b
17 changed files with 2329 additions and 1390 deletions
+1
View File
@@ -23,6 +23,7 @@
"@backstage/plugin-home-page": "^0.1.1-alpha.4",
"@backstage/plugin-inventory": "^0.1.1-alpha.4",
"@backstage/plugin-lighthouse": "^0.1.1-alpha.4",
"@backstage/plugin-tech-radar": "^0.1.1-alpha.4",
"@backstage/plugin-welcome": "^0.1.1-alpha.4",
"@backstage/theme": "^0.1.1-alpha.4",
"@material-ui/core": "^4.9.1",
+1
View File
@@ -18,3 +18,4 @@ export { plugin as HomePagePlugin } from '@backstage/plugin-home-page';
export { plugin as WelcomePlugin } from '@backstage/plugin-welcome';
export { plugin as LighthousePlugin } from '@backstage/plugin-lighthouse';
export { plugin as InventoryPlugin } from '@backstage/plugin-inventory';
export { plugin as TechRadar } from '@backstage/plugin-tech-radar';