chore: optimize imports

This commit is contained in:
2024-08-17 17:39:15 +02:00
parent 2f8ff0d004
commit 73fbe68b9f
17 changed files with 43 additions and 43 deletions

View File

@@ -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 = {}