Skip to content

Commit

Permalink
Merge pull request jellyfin#2344 from jellyfin/remove-unused-imports
Browse files Browse the repository at this point in the history
refactor: remove unused imports
  • Loading branch information
thornbill committed Jan 26, 2021
2 parents a77f989 + 439ff4c commit 8df5feb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/scripts/dfnshelper.js
Original file line number Diff line number Diff line change
@@ -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) => ({
Expand All @@ -22,7 +22,6 @@ const dateLocales = (locale) => ({
'es-mx': es,
'fa': faIR,
'fi': fi,
'fil': fil,
'fr': fr,
'fr-ca': frCA,
'gl': gl,
Expand All @@ -49,7 +48,6 @@ const dateLocales = (locale) => ({
'ru': ru,
'sk': sk,
'sl-si': sl,
'sq': sq,
'sv': sv,
'ta': ta,
'th': th,
Expand Down

0 comments on commit 8df5feb

Please sign in to comment.