File tree 2 files changed +3
-3
lines changed
workspaces/frontend/src/app
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ import {
16
16
} from '@patternfly/react-core' ;
17
17
import { BarsIcon } from '@patternfly/react-icons' ;
18
18
import NamespaceSelector from '~/shared/components/NamespaceSelector' ;
19
+ import logoDarkTheme from '~/images/logo-dark-theme.svg' ;
19
20
import { NamespaceContextProvider } from './context/NamespaceContextProvider' ;
20
21
import AppRoutes from './AppRoutes' ;
21
22
import NavSidebar from './NavSidebar' ;
22
23
import { NotebookContextProvider } from './context/NotebookContext' ;
23
24
import { isMUITheme , Theme } from './const' ;
24
- import logoDarkTheme from '~/images/logo-dark-theme.svg' ;
25
25
26
26
const App : React . FC = ( ) => {
27
27
React . useEffect ( ( ) => {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {
10
10
PageSidebarBody ,
11
11
} from '@patternfly/react-core' ;
12
12
import { useNavData , isNavDataGroup , NavDataHref , NavDataGroup } from './AppRoutes' ;
13
- import { isMUITheme , LOGO_LIGHT } from " ./const" ;
13
+ import { isMUITheme , LOGO_LIGHT } from ' ./const' ;
14
14
15
15
const NavHref : React . FC < { item : NavDataHref } > = ( { item } ) => (
16
16
< NavItem key = { item . label } data-id = { item . label } itemId = { item . label } >
@@ -75,4 +75,4 @@ const NavSidebar: React.FC = () => {
75
75
) ;
76
76
} ;
77
77
78
- export default NavSidebar ;
78
+ export default NavSidebar ;
You can’t perform that action at this time.
0 commit comments