Skip to content

Commit

Permalink
correction import
Browse files Browse the repository at this point in the history
  • Loading branch information
migalko94 committed Oct 23, 2023
1 parent 4ad246c commit 46769fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/manfred-common/config/test/jest.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ export default {

moduleNameMapper: {
'\\.(jpg|jpeg|png|svg)$': '<rootDir>/config/mocks/fileMock.js',
'^@/(.*)$': '<rootDir>/src/$1',
},
};
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { dateExtractor, sortByDate } from '@/helpers';
import { ExperienceVm } from './experience-section.vm';
import { dateExtractor, sortByDate } from '../../helpers';

export const sortRolesByDate = (experience: ExperienceVm): ExperienceVm => ({
...experience,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { sortByDate } from '../../helpers';
import { sortByDate } from '@/helpers';

import { StudiesSectionVm } from './studies-section.vm';

Expand Down

0 comments on commit 46769fb

Please sign in to comment.