mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-25 02:32:52 -05:00
fix build
This commit is contained in:
parent
b1d258b1da
commit
83ef80c668
2 changed files with 2 additions and 2 deletions
packages/ui-components/src/components
|
@ -1,6 +1,6 @@
|
|||
import React from 'react';
|
||||
|
||||
import { api, store } from '../../../';
|
||||
import { api, store } from '../../';
|
||||
import {
|
||||
act,
|
||||
cleanup,
|
||||
|
|
|
@ -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';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue