Skip to content

Commit 0efea9b

Browse files
Merge pull request #21 from oslabs-beta/axMap-update
Ax map update
2 parents 67d00d9 + a593a57 commit 0efea9b

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)