File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
containers/my-cooperations/cooperation-notes Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import { CooperationNotesService } from '~/services/cooperation-service'
1111import CreateOrEditNote from '~/containers/my-cooperations/cooperation-notes/create-or-edit-note/CreateOrEditNote'
1212import NoteView from '~/containers/my-cooperations/cooperation-notes/note-view/NoteView'
1313import Loader from '~/components/loader/Loader'
14- import { noteNotFoundError } from '~/containers/my-cooperations/cooperation-notes/CooperationNotes.constants'
1514
1615import { snackbarVariants } from '~/constants'
1716import { styles } from '~/containers/my-cooperations/cooperation-notes/CooperationNotes.styles'
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ import type {
1313} from '~/types'
1414import { getFullUrl } from '~/utils/get-full-url'
1515import { baseService } from '~/services/base-service'
16- import { AxiosResponse } from 'axios'
17- import { axiosClient } from '~/plugins/axiosClient'
1816
1917export const cooperationService = {
2018 getCooperations : async ( params : GetCooperationsParams ) => {
You can’t perform that action at this time.
0 commit comments