mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
removed unnecessary import
This commit is contained in:
parent
8b3cb234d5
commit
ea9f921c81
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { format } from 'date-fns';
|
||||
import { enUS, nl, zhCN, tr, ru, de, ja, es, mn } from 'date-fns/locale';
|
||||
import { enUS, nl, zhCN, tr, ru, de, ja, es } from 'date-fns/locale';
|
||||
import enMessages from 'lang-compiled/en-US.json';
|
||||
import nlMessages from 'lang-compiled/nl-NL.json';
|
||||
import zhCNMessages from 'lang-compiled/zh-CN.json';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue