Skip to content

Commit e7b51da

Browse files
Haider AliHaider Ali
authored andcommitted
type issue
1 parent 69b7512 commit e7b51da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/StateRoute/AxMap/AxMap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import { ParentSize } from '@visx/responsive';
33
import AxTree from './Ax';
4-
import { AxContainer } from '../../../FrontendTypes';
4+
import type { AxContainer } from '../../../FrontendTypes';
55

66
// Container to hold AxTree. AxTree is conditionally rendered based on the state of the setter function "showTree" in StateRoute
77

0 commit comments

Comments
 (0)