Skip to content

Commit 1b7b6cf

Browse files
committed
refactor: Refactor enum export in Root.tsx
- Export the `LocalStorageKeys` enum from `Root.tsx` - Update the necessary imports to reflect the change in export location
1 parent 144f50e commit 1b7b6cf

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/components/Root

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import MonitorHeartRoundedIcon from '@mui/icons-material/MonitorHeartRounded';
3232
import ScoreRoundedIcon from '@mui/icons-material/ScoreRounded';
3333
import { IconComponent } from '@backstage/core-plugin-api';
3434

35-
enum LocalStorageKeys {
35+
export enum LocalStorageKeys {
3636
SIDEBAR_PIN_STATE = 'sidebarPinState',
3737
}
3838

0 commit comments

Comments
 (0)