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 toast from 'toast';
|
||||
import globalize from '../../scripts/globalize';
|
||||
import toast from '../toast/toast';
|
||||
|
||||
export class QuickConnectSettings {
|
||||
constructor() { }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import loading from 'loading';
|
||||
import toast from 'toast';
|
||||
import globalize from 'globalize';
|
||||
import loading from '../../components/loading/loading';
|
||||
import toast from '../../components/toast/toast';
|
||||
import globalize from '../../scripts/globalize';
|
||||
|
||||
const unavailable = 'Unavailable';
|
||||
const available = 'Available';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue