Skip to content

Commit

Permalink
fix: more imports
Browse files Browse the repository at this point in the history
  • Loading branch information
TomatoVan committed Feb 9, 2024
1 parent a041ab0 commit e5f44b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { TestAsyncThunk } from 'shared/lib/tests/TestAsyncThunk/TestAsyncThunk';
import { fetchArticleById } from 'entities/Article/model/services/fetchArticleById/fetchArticleById';
import { fetchArticleById } from '../../../model/services/fetchArticleById/fetchArticleById';

const data = {
id: '1',
Expand Down

0 comments on commit e5f44b7

Please sign in to comment.