Make SidebarPinStateContext import more clear

Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
This commit is contained in:
Philipp Hugenroth
2022-01-28 14:04:43 +01:00
parent f465b63b7f
commit 6efb1eb42d
@@ -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';