failing yaml import

This commit is contained in:
Fidel Coria
2020-07-23 20:51:34 -05:00
parent 291a284a19
commit fa97d2fbfb
2 changed files with 3 additions and 1 deletions
@@ -37,12 +37,13 @@ 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
@@ -0,0 +1 @@
["testwork"]