We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144f50e commit 1b7b6cfCopy full SHA for 1b7b6cf
packages/app/src/components/Root/Root.tsx
@@ -32,7 +32,7 @@ import MonitorHeartRoundedIcon from '@mui/icons-material/MonitorHeartRounded';
32
import ScoreRoundedIcon from '@mui/icons-material/ScoreRounded';
33
import { IconComponent } from '@backstage/core-plugin-api';
34
35
-enum LocalStorageKeys {
+export enum LocalStorageKeys {
36
SIDEBAR_PIN_STATE = 'sidebarPinState',
37
}
38
0 commit comments