Client - add link to users in admin

This commit is contained in:
Sam
2021-10-31 18:11:18 +01:00
parent 332983d9ea
commit fca417d9ad
15 changed files with 218 additions and 5 deletions

View File

@ -1,7 +1,9 @@
import { IUsersState } from '@/store/modules/users/types'
import { IPagination } from '@/types/api'
import { IUserProfile } from '@/types/user'
export const usersState: IUsersState = {
user: <IUserProfile>{},
users: [],
loading: false,
pagination: <IPagination>{},