1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #2344 from jellyfin/remove-unused-imports

refactor: remove unused imports
(cherry picked from commit 8df5febb3a)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
Bill Thornton 2021-01-26 12:46:02 -05:00 committed by Joshua M. Boniface
parent 84c5df8ea4
commit ff9fab5af1

View file

@ -1,5 +1,5 @@
import { af, arDZ, be, bg, bn, ca, cs, da, de, el, enGB, enUS, eo, es, faIR, fi, fil, fr, frCA, he, hi, hr, hu, gl, id, is, it, ja, kk, ko, lt, ms, nb,
nl, pl, ptBR, pt, ro, ru, sk, sl, sq, sv, ta, th, tr, uk, vi, zhCN, zhTW } from 'date-fns/locale';
import { af, arDZ, be, bg, bn, ca, cs, da, de, el, enGB, enUS, eo, es, faIR, fi, fr, frCA, he, hi, hr, hu, gl, id, is, it, ja, kk, ko, lt, ms, nb,
nl, pl, ptBR, pt, ro, ru, sk, sl, sv, ta, th, tr, uk, vi, zhCN, zhTW } from 'date-fns/locale';
import globalize from './globalize';
const dateLocales = (locale) => ({
@ -22,7 +22,6 @@ const dateLocales = (locale) => ({
'es-mx': es,
'fa': faIR,
'fi': fi,
'fil': fil,
'fr': fr,
'fr-ca': frCA,
'gl': gl,
@ -49,7 +48,6 @@ const dateLocales = (locale) => ({
'ru': ru,
'sk': sk,
'sl-si': sl,
'sq': sq,
'sv': sv,
'ta': ta,
'th': th,