Make SidebarPinStateContext import more clear
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
import React, { useContext } from 'react';
|
||||
import { BackstageTheme } from '@backstage/theme';
|
||||
import { makeStyles, ThemeProvider } from '@material-ui/core/styles';
|
||||
import { SidebarPinStateContext } from '..';
|
||||
import { SidebarPinStateContext } from '../Sidebar/Page';
|
||||
|
||||
export type PageClassKey = 'root';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user