restore test: confirmed that yarn tsc fails

This commit is contained in:
Fidel Coria
2020-07-24 07:31:10 -05:00
parent 2c5044215d
commit 69a188e613
2 changed files with 6 additions and 1 deletions
@@ -37,12 +37,13 @@ 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 (
<Page theme={pageTheme.home}>
<Header
@@ -0,0 +1,4 @@
# this is a test yaml file for import
rot:
- testwork
- another item