mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 14:17:13 +01:00
Updated date formatting for locales.
This commit is contained in:
parent
50bc2371b8
commit
d6d0f99daa
6 changed files with 25 additions and 24 deletions
|
|
@ -18,7 +18,7 @@ import {
|
|||
} from 'date-fns';
|
||||
import Button from './Button';
|
||||
import useLocale from 'hooks/useLocale';
|
||||
import { dateFormat } from 'lib/lang';
|
||||
import { dateFormat } from 'lib/date';
|
||||
import { chunk } from 'lib/array';
|
||||
import Chevron from 'assets/chevron-down.svg';
|
||||
import Cross from 'assets/times.svg';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue