Skip to content

Commit

Permalink
Merge pull request #18 from TimeToStop/module9-task2
Browse files Browse the repository at this point in the history
  • Loading branch information
keksobot authored Jan 17, 2025
2 parents dd369b0 + 3841ee9 commit 9345289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/offer/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { AppDispatch, RootState } from '../type';
import { AxiosInstance } from 'axios';

import { IOffer } from '../../model';

import { redirectToRoute } from '../user/action';
import { CityName } from '../../model';
import { AppRoutes } from '../../pages';
Expand Down

0 comments on commit 9345289

Please sign in to comment.