restore test: confirmed that yarn tsc fails
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user