Add a welcome page

This commit is contained in:
nikek
2020-03-10 18:49:57 +01:00
parent 22b4e274f4
commit 8045713c9a
17 changed files with 262 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@
"@spotify-backstage/cli": "^1.2.0",
"@spotify-backstage/core": "1.0.0",
"@spotify-backstage/plugin-home-page": "0.0.0",
"@spotify-backstage/plugin-welcome": "0.0.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
+1
View File
@@ -1 +1,2 @@
export { default as HomePagePlugin } from '@spotify-backstage/plugin-home-page';
export { default as WelcomePlugin } from '@spotify-backstage/plugin-welcome';