This commit is contained in:
Minseo Lee 2024-08-29 23:18:51 +09:00
parent b60bd074f4
commit f46d95a37b
9 changed files with 9 additions and 9 deletions

View file

@ -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];