mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-08-01 08:31:52 +00:00
Move stuff belonging to the component to shlink-web-component
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { fromPartial } from '@total-typescript/shoehorn';
|
||||
import type { ShortUrl } from '../../../src/short-urls/data';
|
||||
import { createNewVisits } from '../../../src/visits/reducers/visitCreation';
|
||||
import type { Visit } from '../../../src/visits/types';
|
||||
import type { ShortUrl } from '../../../src/shlink-web-component/short-urls/data';
|
||||
import { createNewVisits } from '../../../src/shlink-web-component/visits/reducers/visitCreation';
|
||||
import type { Visit } from '../../../src/shlink-web-component/visits/types';
|
||||
|
||||
describe('visitCreationReducer', () => {
|
||||
describe('createNewVisits', () => {
|
||||
|
||||
Reference in New Issue
Block a user