Skip to content

Commit

Permalink
fix new import routes for mtomodal
Browse files Browse the repository at this point in the history
  • Loading branch information
garyjzhao committed Dec 10, 2024
1 parent 1b96257 commit 94585c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/features/ModelPlan/ModelToOperations/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import { ModelInfoContext } from 'contexts/ModelInfoContext';
import useCheckResponsiveScreen from 'hooks/useCheckMobile';
import useMessage from 'hooks/useMessage';

import MTOModal from '../_components/FormModal';
import MTOStatusBanner from '../_components/StatusBanner';
import MTOTable from '../_components/Table';
import MTOTableActions from '../_components/Table/Actions';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {

import useMessage from 'hooks/useMessage';

import MTOModal from '../../Modal';
import MTOModal from '../../FormModal';

import './index.scss';

Expand Down

0 comments on commit 94585c3

Please sign in to comment.