@@ -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"]
|
||||
Reference in New Issue
Block a user