mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
upgrade quickconnect to es6
This commit is contained in:
parent
79d61645b4
commit
3c84773792
2 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
import globalize from 'globalize';
|
import globalize from '../../scripts/globalize';
|
||||||
import toast from 'toast';
|
import toast from '../toast/toast';
|
||||||
|
|
||||||
export class QuickConnectSettings {
|
export class QuickConnectSettings {
|
||||||
constructor() { }
|
constructor() { }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import loading from 'loading';
|
import loading from '../../components/loading/loading';
|
||||||
import toast from 'toast';
|
import toast from '../../components/toast/toast';
|
||||||
import globalize from 'globalize';
|
import globalize from '../../scripts/globalize';
|
||||||
|
|
||||||
const unavailable = 'Unavailable';
|
const unavailable = 'Unavailable';
|
||||||
const available = 'Available';
|
const available = 'Available';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue