mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Tiny fixup
This commit is contained in:
parent
d9aa7319be
commit
2776e660fa
6 changed files with 21 additions and 23 deletions
|
@ -1,9 +1,9 @@
|
|||
import React, { type ChangeEvent, type FC, useCallback, useRef } from 'react';
|
||||
import AlphaPicker from '../../../../../components/alphaPicker/AlphaPickerComponent';
|
||||
import AlphaPicker from 'components/alphaPicker/AlphaPickerComponent';
|
||||
import Input from 'elements/emby-input/Input';
|
||||
import globalize from '../../../../../lib/globalize';
|
||||
import layoutManager from '../../../../../components/layoutManager';
|
||||
import browser from '../../../../../scripts/browser';
|
||||
import globalize from 'lib/globalize';
|
||||
import layoutManager from 'components/layoutManager';
|
||||
import browser from 'scripts/browser';
|
||||
import 'material-design-icons-iconfont';
|
||||
import 'styles/flexstyles.scss';
|
||||
import './searchfields.scss';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue