We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b7512 commit e7b51daCopy full SHA for e7b51da
src/app/components/StateRoute/AxMap/AxMap.tsx
@@ -1,7 +1,7 @@
1
import React from 'react';
2
import { ParentSize } from '@visx/responsive';
3
import AxTree from './Ax';
4
-import { AxContainer } from '../../../FrontendTypes';
+import type { AxContainer } from '../../../FrontendTypes';
5
6
// Container to hold AxTree. AxTree is conditionally rendered based on the state of the setter function "showTree" in StateRoute
7
0 commit comments