Revert "failing yaml import"

This reverts commit fa97d2fbfb.
This commit is contained in:
Fidel Coria
2020-07-23 20:54:55 -05:00
parent 2b98aceae2
commit 2c5044215d
2 changed files with 1 additions and 3 deletions
@@ -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 (
<Page theme={pageTheme.home}>
<Header
@@ -1 +0,0 @@
["testwork"]