mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Move scroller lib to directory
This commit is contained in:
parent
4af7fc6e3e
commit
0a03b9a744
1 changed files with 6 additions and 6 deletions
|
@ -3,13 +3,13 @@
|
||||||
* It is a legacy library that should be replaced at some point.
|
* It is a legacy library that should be replaced at some point.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import browser from '../scripts/browser';
|
import browser from '../../scripts/browser';
|
||||||
import layoutManager from '../components/layoutManager';
|
import layoutManager from '../../components/layoutManager';
|
||||||
import dom from '../scripts/dom';
|
import dom from '../../scripts/dom';
|
||||||
import focusManager from '../components/focusManager';
|
import focusManager from '../../components/focusManager';
|
||||||
import ResizeObserver from 'resize-observer-polyfill';
|
import ResizeObserver from 'resize-observer-polyfill';
|
||||||
import '../styles/scrollstyles.scss';
|
import '../../styles/scrollstyles.scss';
|
||||||
import globalize from './globalize';
|
import globalize from '../globalize';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return type of the value.
|
* Return type of the value.
|
Loading…
Add table
Add a link
Reference in a new issue