mirror of
https://github.com/ershisan99/it-incubator-todolist-ts-17-live-2024-08-17.git
synced 2026-02-04 12:35:13 +00:00
chore: optimize imports
This commit is contained in:
@@ -9,19 +9,18 @@ import {
|
||||
TaskType,
|
||||
todolistsAPI,
|
||||
UpdateTaskModelType,
|
||||
} from '../../api/todolists-api'
|
||||
} from 'api/todolists-api'
|
||||
import { Dispatch } from 'redux'
|
||||
import { AppRootStateType } from '../../app/store'
|
||||
import { AppRootStateType } from 'app/store'
|
||||
import {
|
||||
setAppErrorAC,
|
||||
SetAppErrorActionType,
|
||||
setAppStatusAC,
|
||||
SetAppStatusActionType,
|
||||
} from '../../app/app-reducer'
|
||||
} from 'app/app-reducer'
|
||||
import {
|
||||
handleServerAppError,
|
||||
handleServerNetworkError,
|
||||
} from '../../utils/error-utils'
|
||||
} from 'utils/error-utils'
|
||||
|
||||
const initialState: TasksStateType = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user