Skip to content

Commit

Permalink
reorganize modal to live in queue dir
Browse files Browse the repository at this point in the history
  • Loading branch information
wmedders21 committed Oct 24, 2024
1 parent cbef30e commit a0c5934
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/app/queue/QueueApp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ import EditAppellantInformation from './editAppellantInformation/EditAppellantIn
import EditPOAInformation from './editPOAInformation/EditPOAInformation';
import NotificationsView from './NotificationsView';
import CavcDashboard from './cavcDashboard/CavcDashboard';
import ErrorsFoundAndCorrectedModal from '../hearings/components/ErrorsFoundAndCorrectedModal';
import ErrorsFoundAndCorrectedModal from './components/ErrorsFoundAndCorrectedModal';

class QueueApp extends React.PureComponent {
componentDidMount = () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { render, screen, waitFor } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import { axe } from 'jest-axe';

import ErrorsFoundAndCorrectedModal from 'app/hearings/components/ErrorsFoundAndCorrectedModal';
import ErrorsFoundAndCorrectedModal from 'app/queue/components/ErrorsFoundAndCorrectedModal';

describe('ErrorsFoundAndCorrectedModal', () => {
const closeModal = jest.fn();
Expand Down

0 comments on commit a0c5934

Please sign in to comment.