Define UiSettings which are no longer part of shlink-web-component

This commit is contained in:
Alejandro Celaya
2023-08-19 17:21:34 +02:00
parent de0b735eab
commit b2e6e7db61
5 changed files with 23 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
import type { Theme } from '@shlinkio/shlink-frontend-kit';
import type { UiSettings } from '@shlinkio/shlink-web-component';
import { screen } from '@testing-library/react';
import { fromPartial } from '@total-typescript/shoehorn';
import type { UiSettings } from '../../src/settings/reducers/settings';
import { UserInterfaceSettings } from '../../src/settings/UserInterfaceSettings';
import { renderWithEvents } from '../__helpers__/setUpTest';