Skip to content

Commit

Permalink
remove some unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
taraepp committed Dec 12, 2024
1 parent d207802 commit 95bb561
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
import React from "react";
import { fireEvent, getAllByText, render, screen, waitFor } from "@testing-library/react";
import { fireEvent, render, screen, waitFor } from "@testing-library/react";
import { ReduxWrapper } from "@mds/common/tests/utils/ReduxWrapper";
import { MINES, STATIC_CONTENT, PERMITS, AUTHENTICATION } from "@mds/common/constants/reducerTypes";
import * as MOCK from "@mds/common/tests/mocks/dataMocks";
import ViewPermit from "./ViewPermit";
import { BrowserRouter } from "react-router-dom";
import { USER_ROLES } from "@mds/common/constants/environment";
import { useDispatch } from "react-redux";
import { searchConditionCategories } from "@mds/common/redux/slices/permitConditionCategorySlice";
import preview, { debug } from 'jest-preview';
import ModalWrapper from "@/components/common/wrappers/ModalWrapper";
const initialState = {
[MINES]: MOCK.MINES,
Expand Down

0 comments on commit 95bb561

Please sign in to comment.