Skip to content

Commit

Permalink
ui: addition of literature links
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova committed Dec 17, 2024
1 parent 9ed3e90 commit 8a8d14a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import { shallow } from 'enzyme';
import { fromJS } from 'immutable';
import LiteratureRecordsList from '../LiteratureRecordsList';
import LiteratureRecordsList from '../../../common/components/LiteratureRecordsList';

describe('LiteratureRecordsList', () => {
it('renders with multiple records', () => {
Expand Down

0 comments on commit 8a8d14a

Please sign in to comment.