From c3927c82d819900e50c00874f3e45267e64ea4c7 Mon Sep 17 00:00:00 2001 From: Fidel Coria Date: Fri, 24 Jul 2020 07:35:19 -0500 Subject: [PATCH] Revert "restore test: confirmed that yarn tsc fails" This reverts commit 69a188e61324bab4de0ae3ef8a078ff9fb8008c6. --- plugins/welcome/src/components/WelcomePage/WelcomePage.tsx | 3 +-- plugins/welcome/src/components/WelcomePage/test.yaml | 4 ---- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 plugins/welcome/src/components/WelcomePage/test.yaml diff --git a/plugins/welcome/src/components/WelcomePage/WelcomePage.tsx b/plugins/welcome/src/components/WelcomePage/WelcomePage.tsx index 48292ae858..272297ed45 100644 --- a/plugins/welcome/src/components/WelcomePage/WelcomePage.tsx +++ b/plugins/welcome/src/components/WelcomePage/WelcomePage.tsx @@ -37,13 +37,12 @@ import { useApi, configApiRef, } from '@backstage/core'; -import uaml from './test.yaml' const WelcomePage = () => { const appTitle = useApi(configApiRef).getOptionalString('app.title') ?? 'Backstage'; const profile = { givenName: '' }; -console.log(uaml); + return (