mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15:41 +01:00
sort
This commit is contained in:
parent
b60bd074f4
commit
f46d95a37b
9 changed files with 9 additions and 9 deletions
|
|
@ -3,8 +3,8 @@ import classNames from 'classnames';
|
|||
import { ReportContext } from '../[reportId]/Report';
|
||||
import EmptyPlaceholder from 'components/common/EmptyPlaceholder';
|
||||
import { useMessages } from 'components/hooks';
|
||||
import styles from './RetentionTable.module.css';
|
||||
import { useIntl } from 'react-intl';
|
||||
import styles from './RetentionTable.module.css';
|
||||
|
||||
const DAYS = [1, 2, 3, 4, 5, 6, 7, 14, 21, 28];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue