Sfoglia il codice sorgente

Removes unneeded duplicate

main
Eric Amodio 3 anni fa
parent
commit
cd8e4e1cfe
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      src/system/date.ts

+ 0
- 1
src/system/date.ts Vedi File

@ -5,7 +5,6 @@ import * as relativeTime from 'dayjs/plugin/relativeTime';
import * as updateLocale from 'dayjs/plugin/updateLocale';
dayjs.extend(advancedFormat.default);
dayjs.extend(relativeTime.default);
dayjs.extend(relativeTime.default, {
thresholds: [
{ l: 's', r: 44, d: 'second' },

Caricamento…
Annulla
Salva