mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-11 17:16:20 +00:00
Move stuff belonging to the component to shlink-web-component
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { render, screen } from '@testing-library/react';
|
||||
import { MapModal } from '../../../src/visits/helpers/MapModal';
|
||||
import type { CityStats } from '../../../src/visits/types';
|
||||
import { MapModal } from '../../../src/shlink-web-component/visits/helpers/MapModal';
|
||||
import type { CityStats } from '../../../src/shlink-web-component/visits/types';
|
||||
|
||||
describe('<MapModal />', () => {
|
||||
const toggle = vi.fn();
|
||||
|
||||
Reference in New Issue
Block a user