chore: Moves Modal to the components folder (#14130)

This commit is contained in:
Michael S. Molina
2021-04-16 19:49:53 -03:00
committed by GitHub
parent c7112d1c48
commit b83ee46d0f
40 changed files with 40 additions and 40 deletions

View File

@@ -23,7 +23,7 @@ import fetchMock from 'fetch-mock';
import { styledMount as mount } from 'spec/helpers/theming';
import SavedQueryPreviewModal from 'src/views/CRUD/data/savedquery/SavedQueryPreviewModal';
import Button from 'src/components/Button';
import Modal from 'src/common/components/Modal';
import Modal from 'src/components/Modal';
import waitForComponentToPaint from 'spec/helpers/waitForComponentToPaint';
import { act } from 'react-dom/test-utils';