Remove welcome plugin registration

This commit is contained in:
Adam Harvey
2021-02-03 15:34:31 -05:00
parent dac74ddaca
commit 02414fe00b
2 changed files with 3 additions and 5 deletions
-1
View File
@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export { plugin as WelcomePlugin } from '@backstage/plugin-welcome';
export { plugin as LighthousePlugin } from '@backstage/plugin-lighthouse';
export { plugin as CatalogPlugin } from '@backstage/plugin-catalog';
export { plugin as ScaffolderPlugin } from '@backstage/plugin-scaffolder';