Co-authored-by: Ivan <84693047+exact01@users.noreply.github.com>
This commit is contained in:
kastov 2024-12-02 20:11:14 +03:00
parent 7df707e36a
commit 4e612872c0

View file

@ -11,7 +11,8 @@ import { getUserTimezoneUtil } from '@/shared/utils/time-utils'
import { create } from '@shared/hocs/store-wrapper'
import { instance } from '@shared/api'
import { IActions, IState, IUsersParams } from './interfaces'
import { IUsersParams } from './interfaces/users-params.interface'
import { IActions, IState } from './interfaces'
const initialState: IState = {
isLoading: false,