Skip to content

Commit

Permalink
Remove stray reference to NotEnoughReplacementsModal
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellamaki committed Jun 19, 2024
1 parent 15d16b9 commit 5a50ffe
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@
import commonCoach from '../../common';
import { PageNames } from '../../../constants';
import TabsWithOverflow from './TabsWithOverflow';
import NotEnoughResourcesModal from './NotEnoughResourcesModal';
const logger = logging.getLogger(__filename);
Expand All @@ -360,7 +359,6 @@
DragSortWidget,
DragHandle,
TabsWithOverflow,
NotEnoughResourcesModal,
},
mixins: [commonCoreStrings, commonCoach],
setup() {
Expand Down

0 comments on commit 5a50ffe

Please sign in to comment.