add path
This commit is contained in:
parent
a9afd7e0a9
commit
8d40008e5d
@ -3,8 +3,8 @@ import { render } from '@testing-library/react-native';
|
||||
import "@testing-library/jest-native/extend-expect";
|
||||
import * as scale from 'd3-scale'
|
||||
|
||||
import { CustomBars } from '../../component/custom-bars';
|
||||
import { calculateBarOrigin, drawBarPath } from '../../component/custom-bar-utils';
|
||||
import { CustomBars } from '../../component/charts/custom-bars';
|
||||
import { calculateBarOrigin, drawBarPath } from '../../component/charts/custom-bar-utils';
|
||||
|
||||
|
||||
const mockYScaleFunction = scale.scaleLinear();
|
||||
|
Loading…
Reference in New Issue
Block a user