mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Move import to top
This commit is contained in:
parent
e7230ab9c6
commit
a25e29161b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
import React, { FunctionComponent, useCallback, useEffect, useRef } from 'react';
|
||||
import type { UserDto } from '@jellyfin/sdk/lib/generated-client';
|
||||
import Dashboard from '../../../utils/dashboard';
|
||||
import globalize from '../../../scripts/globalize';
|
||||
import LibraryMenu from '../../../scripts/libraryMenu';
|
||||
|
@ -7,7 +8,6 @@ import loading from '../../loading/loading';
|
|||
import toast from '../../toast/toast';
|
||||
import ButtonElement from '../../../elements/ButtonElement';
|
||||
import InputElement from '../../../elements/InputElement';
|
||||
import type { UserDto } from '@jellyfin/sdk/lib/generated-client';
|
||||
|
||||
type IProps = {
|
||||
userId: string | null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue