mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-19 13:06:22 +00:00
Move more non-shared components to shlink-web-component
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { IconProp } from '@fortawesome/fontawesome-svg-core';
|
||||
import { faAppleAlt, faCalendar, faTable } from '@fortawesome/free-solid-svg-icons';
|
||||
import { screen } from '@testing-library/react';
|
||||
import { IconInput } from '../../src/utils/IconInput';
|
||||
import { IconInput } from '../../shlink-web-component/utils/components/IconInput';
|
||||
import { renderWithEvents } from '../__helpers__/setUpTest';
|
||||
|
||||
describe('<IconInput />', () => {
|
||||
|
||||
Reference in New Issue
Block a user