Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit c1955ab

Browse files
author
Alan
committed
fix imports
1 parent 69eae4c commit c1955ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/navigation_desktop.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { NavLink, withRouter, RouteComponentProps } from 'react-router-dom';
44
// components
55
import SubNavigationMenu from './sub_navigation_menu';
66
import SubNavigationMenuItem from './sub_navigation_menu_item';
7-
import { NavRoute } from './Navigation';
7+
import { NavRoute } from './navigation';
88

99
export interface NavigationDesktopProps extends RouteComponentProps<{}> {
1010
/** Details for the visible nav items */

src/components/navigation_mobile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import SlideInPanel from './slide_in_panel';
88
import SubNavigationMobileMenu from './sub_navigation_mobile_menu';
99

1010
// components
11-
import { NavRoute } from './Navigation';
11+
import { NavRoute } from './navigation';
1212

1313
export interface NavigationMobileProps {
1414
/** Details for the visible nav items */

0 commit comments

Comments
 (0)