Moved some types from short-url/data to api-contract

This commit is contained in:
Alejandro Celaya
2023-08-07 10:51:08 +02:00
parent 23daa2de72
commit d97db9e17c
35 changed files with 79 additions and 79 deletions

View File

@@ -1,7 +1,7 @@
import { render, screen, waitFor } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import { fromPartial } from '@total-typescript/shoehorn';
import type { ShlinkShortUrl } from '../../../src/short-urls/data';
import type { ShlinkShortUrl } from '../../../src/api-contract';
import { ShortUrlVisitsCount } from '../../../src/short-urls/helpers/ShortUrlVisitsCount';
describe('<ShortUrlVisitsCount />', () => {