Skip to content

Commit edde05f

Browse files
committed
fixed prettier issues
Signed-off-by: Yi Cai <[email protected]>
1 parent 129ec10 commit edde05f

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

packages/app/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
GitHub and guest will be used whenever the environment variable is set to development
3636
3737
Oauth2Proxy will be used whenever the environment variable is set to production
38+
3839
- note: the GitHub section will also need to be updated to ensure that the GitHub plugins work properly
3940
4041
To enable GitHub and guest Sign in pages, add the below to the app-config

packages/app/src/components/Root/ApplicationHeaders.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
import { ComponentType, CSSProperties, PropsWithChildren, useContext, useMemo } from 'react';
1+
import {
2+
ComponentType,
3+
CSSProperties,
4+
PropsWithChildren,
5+
useContext,
6+
useMemo,
7+
} from 'react';
28

39
import { ErrorBoundary } from '@backstage/core-components';
410

packages/backend/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
GitHub and guest will be used whenever the environment variable is set to development
3838
3939
Oauth2Proxy will be used whenever the environment variable is set to production
40+
4041
- note: the GitHub section will also need to be updated to ensure that the GitHub plugins work properly
4142
4243
To enable GitHub and guest Sign in pages, add the below to the app-config

0 commit comments

Comments
 (0)