mirror of
https://github.com/ershisan99/it-incubator-todolist-ts-17-live-2024-08-17.git
synced 2026-02-05 12:35:18 +00:00
chore: optimize imports
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
import { todolistsAPI, TodolistType } from '../../api/todolists-api'
|
||||
import { todolistsAPI, TodolistType } from 'api/todolists-api'
|
||||
import { Dispatch } from 'redux'
|
||||
import {
|
||||
RequestStatusType,
|
||||
SetAppErrorActionType,
|
||||
setAppStatusAC,
|
||||
SetAppStatusActionType,
|
||||
} from '../../app/app-reducer'
|
||||
import { handleServerNetworkError } from '../../utils/error-utils'
|
||||
import { AppThunk } from '../../app/store'
|
||||
} from 'app/app-reducer'
|
||||
import { handleServerNetworkError } from 'utils/error-utils'
|
||||
import { AppThunk } from 'app/store'
|
||||
|
||||
const initialState: Array<TodolistDomainType> = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user