1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add suggestion

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
Gabriel Gavrilov 2024-08-20 13:05:45 -06:00 committed by GitHub
parent 7810ff464b
commit e7230ab9c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ import loading from '../../loading/loading';
import toast from '../../toast/toast';
import ButtonElement from '../../../elements/ButtonElement';
import InputElement from '../../../elements/InputElement';
import { UserDto } from '@jellyfin/sdk/lib/generated-client';
import type { UserDto } from '@jellyfin/sdk/lib/generated-client';
type IProps = {
userId: string | null;