Skip to content

Commit

Permalink
visx-axis AxisRenderer.tsx: resolve circular dependency (#1762)
Browse files Browse the repository at this point in the history
  • Loading branch information
ithrforu committed Oct 26, 2023
1 parent ca38100 commit ef3d8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/visx-axis/src/axis/AxisRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import { Text } from '@visx/text';

import { TextProps } from '@visx/text/lib/Text';
import getLabelTransform from '../utils/getLabelTransform';
import Orientation from '../constants/orientation';
import { AxisRendererProps, AxisScale } from '../types';
import Ticks from './Ticks';
import { Orientation } from '..';

const defaultTextProps: Partial<TextProps> = {
textAnchor: 'middle',
Expand Down

0 comments on commit ef3d8a6

Please sign in to comment.