From 2c5044215d6fb2dd0a9d3d8ec53b21b716c74fcf Mon Sep 17 00:00:00 2001 From: Fidel Coria Date: Thu, 23 Jul 2020 20:54:55 -0500 Subject: [PATCH] Revert "failing yaml import" This reverts commit fa97d2fbfb23a4ba42e272269eff1a31fb22b1a3. --- plugins/welcome/src/components/WelcomePage/WelcomePage.tsx | 3 +-- plugins/welcome/src/components/WelcomePage/test.yaml | 1 - 2 files changed, 1 insertion(+), 3 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 509ffb6562..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 work from './test.yaml' const WelcomePage = () => { const appTitle = useApi(configApiRef).getOptionalString('app.title') ?? 'Backstage'; const profile = { givenName: '' }; -console.log(work); + return (