fix build

This commit is contained in:
Juan Picado 2023-03-11 19:55:39 +01:00
parent b1d258b1da
commit 83ef80c668
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import React from 'react';
import { api, store } from '../../../';
import { api, store } from '../../';
import {
act,
cleanup,

View File

@ -1,7 +1,7 @@
import React from 'react';
import { BrowserRouter as Router } from 'react-router-dom';
import { api, store } from '../../../';
import { api, store } from '../../';
import { fireEvent, renderWithStore, screen, waitFor } from '../../test/test-react-testing-library';
import Search from './Search';