mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Move UserAvatarButton component
This commit is contained in:
parent
e10aef9933
commit
e7c749307c
3 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ import { useLogEntries } from 'apps/dashboard/features/activity/api/useLogEntrie
|
|||
import ActionsCell from 'apps/dashboard/features/activity/components/ActionsCell';
|
||||
import LogLevelCell from 'apps/dashboard/features/activity/components/LogLevelCell';
|
||||
import OverviewCell from 'apps/dashboard/features/activity/components/OverviewCell';
|
||||
import UserAvatarButton from 'apps/dashboard/features/activity/components/UserAvatarButton';
|
||||
import UserAvatarButton from 'apps/dashboard/components/UserAvatarButton';
|
||||
import type { ActivityLogEntryCell } from 'apps/dashboard/features/activity/types/ActivityLogEntryCell';
|
||||
import { type UsersRecords, useUsersDetails } from 'hooks/useUsers';
|
||||
import { parseISO8601Date, toLocaleString } from 'scripts/datetime';
|
||||
|
|
|
@ -14,7 +14,7 @@ import { type MRT_ColumnDef, MRT_Row, useMaterialReactTable } from 'material-rea
|
|||
import { parseISO8601Date, toLocaleString } from 'scripts/datetime';
|
||||
import { useApi } from 'hooks/useApi';
|
||||
import { getDeviceIcon } from 'utils/image';
|
||||
import UserAvatarButton from 'apps/dashboard/features/activity/components/UserAvatarButton';
|
||||
import UserAvatarButton from 'apps/dashboard/components/UserAvatarButton';
|
||||
import { type UsersRecords, useUsersDetails } from 'hooks/useUsers';
|
||||
import { useUpdateDevice } from 'apps/dashboard/features/devices/api/useUpdateDevice';
|
||||
import { useDeleteDevice } from 'apps/dashboard/features/devices/api/useDeleteDevice';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue