mirror of
https://github.com/ershisan99/it-incubator-todolist-ts-17-live-2024-08-17.git
synced 2025-12-17 05:09:26 +00:00
chore: optimize imports
This commit is contained in:
@@ -3,12 +3,12 @@ import {
|
||||
SetAppErrorActionType,
|
||||
setAppStatusAC,
|
||||
SetAppStatusActionType,
|
||||
} from '../../app/app-reducer'
|
||||
import { authAPI, LoginParamsType } from '../../api/todolists-api'
|
||||
} from 'app/app-reducer'
|
||||
import { authAPI, LoginParamsType } from 'api/todolists-api'
|
||||
import {
|
||||
handleServerAppError,
|
||||
handleServerNetworkError,
|
||||
} from '../../utils/error-utils'
|
||||
} from 'utils/error-utils'
|
||||
|
||||
const initialState: InitialStateType = {
|
||||
isLoggedIn: false,
|
||||
|
||||
Reference in New Issue
Block a user