Skip to content

Commit

Permalink
fix: Update the ResearcherInfo import in the test file
Browse files Browse the repository at this point in the history
  • Loading branch information
PintoGideon committed May 2, 2024
1 parent 9b299a9 commit 25de067
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable no-undef */
import {React} from 'react';
import {mount} from 'cypress/react';
import ResearcherInfo from '../../../src/pages/dar_application/ResearcherInfo.js';
import ResearcherInfo from '../../../src/pages/dar_application/ResearcherInfo';
import { User } from '../../../src/libs/ajax/User';

import {BrowserRouter} from 'react-router-dom';
Expand Down

0 comments on commit 25de067

Please sign in to comment.