Create src folder for shlink-web-component

This commit is contained in:
Alejandro Celaya
2023-08-02 08:23:48 +02:00
parent b7d57a53f2
commit c48facc863
294 changed files with 347 additions and 347 deletions

View File

@@ -1,8 +1,8 @@
import { fromPartial } from '@total-typescript/shoehorn';
import { EventSourcePolyfill } from 'event-source-polyfill';
import { identity } from 'ramda';
import { bindToMercureTopic } from '../../../shlink-web-component/mercure/helpers';
import type { MercureInfo } from '../../../shlink-web-component/mercure/reducers/mercureInfo';
import { bindToMercureTopic } from '../../../shlink-web-component/src/mercure/helpers';
import type { MercureInfo } from '../../../shlink-web-component/src/mercure/reducers/mercureInfo';
vi.mock('event-source-polyfill');

View File

@@ -1,5 +1,5 @@
import { fromPartial } from '@total-typescript/shoehorn';
import { mercureInfoReducerCreator } from '../../../shlink-web-component/mercure/reducers/mercureInfo';
import { mercureInfoReducerCreator } from '../../../shlink-web-component/src/mercure/reducers/mercureInfo';
import type { ShlinkApiClient } from '../../../src/api/services/ShlinkApiClient';
import type { GetState } from '../../../src/container/types';