mirror of
https://github.com/remnawave/frontend.git
synced 2026-05-13 12:16:40 +00:00
wip
Co-authored-by: Ivan <84693047+exact01@users.noreply.github.com>
This commit is contained in:
parent
7df707e36a
commit
4e612872c0
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue