Skip to content

Commit

Permalink
Update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sggerard committed Jan 6, 2025
1 parent 49c8381 commit c308922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { nullableStringSorter, resetForm } from "@common/utils/helpers";
import RenderField from "@/components/common/RenderField";
import * as FORM from "@/constants/forms";
import { renderConfig } from "@/components/common/config";
import { IMine } from "@mds/common";
import { IMine } from "@mds/common/interfaces";

interface EditMinespaceUserProps{
mines: IMine[];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Select } from "antd";
import { caseInsensitiveLabelFilter } from "@common/utils/helpers";
import { debounce} from "lodash";
import { WrappedFieldMetaProps } from "redux-form";
import { IOption } from "@mds/common";
import { IOption } from "@mds/common/interfaces";

/**
* @constant RenderSelect - Ant Design `Select` component for redux-form - used for small data sets that (< 100);
Expand Down

0 comments on commit c308922

Please sign in to comment.