Extract shlink-web-component outside of src folder

This commit is contained in:
Alejandro Celaya
2023-07-24 20:14:59 +02:00
parent 768fb1992f
commit 3a0cea1268
230 changed files with 485 additions and 524 deletions

View File

@@ -1,8 +1,8 @@
import { screen } from '@testing-library/react';
import { range } from 'ramda';
import type { ReactNode } from 'react';
import { SortableBarChartCard } from '../../../src/shlink-web-component/visits/charts/SortableBarChartCard';
import type { Stats } from '../../../src/shlink-web-component/visits/types';
import { SortableBarChartCard } from '../../../shlink-web-component/visits/charts/SortableBarChartCard';
import type { Stats } from '../../../shlink-web-component/visits/types';
import { rangeOf } from '../../../src/utils/utils';
import { renderWithEvents } from '../../__helpers__/setUpTest';