Skip to content

Commit 22fd64f

Browse files
committed
Merge branch 'dev' into feature/garrett
2 parents 5cda6fe + 0efea9b commit 22fd64f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/app/components/StateRoute/StateRoute.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { useDispatch, useSelector } from 'react-redux';
1515
import PerformanceVisx from './PerformanceVisx/PerformanceVisx';
1616
import WebMetricsContainer from './WebMetrics/WebMetricsContainer';
1717
import { MainState, RootState, StateRouteProps } from '../../FrontendTypes';
18-
import type AxContainer from './AxMap/AxMap';
18+
import AxContainer from './AxMap/AxContainer';
1919

2020
/*
2121
Loads the appropriate StateRoute view and renders the Map, Performance, History, Webmetrics, and Tree navbar buttons after clicking on the 'State' button located near the top rightmost corner.

0 commit comments

Comments
 (0)