mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-15 02:56:18 +00:00
Move stuff belonging to the component to shlink-web-component
This commit is contained in:
@@ -4,7 +4,7 @@ import type { ProblemDetailsError } from '../../../src/api/types/errors';
|
||||
import {
|
||||
deleteShortUrl as deleteShortUrlCreator,
|
||||
shortUrlDeletionReducerCreator,
|
||||
} from '../../../src/short-urls/reducers/shortUrlDeletion';
|
||||
} from '../../../src/shlink-web-component/short-urls/reducers/shortUrlDeletion';
|
||||
|
||||
describe('shortUrlDeletionReducer', () => {
|
||||
const deleteShortUrlCall = vi.fn();
|
||||
|
||||
Reference in New Issue
Block a user