fix(deps): update dependency date-fns to v3 (#3619)
* fix(deps): update dependency date-fns to v3 * fix(deps): update usage of date-fns format --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
|
||||
import { useState, ReactNode, FC } from 'react';
|
||||
import { Divider, Modal, Typography, Row, Col, Space, Tooltip } from 'antd';
|
||||
import formatDistanceToNow from 'date-fns/formatDistanceToNow';
|
||||
import format from 'date-fns/format';
|
||||
import { format, formatDistanceToNow } from 'date-fns';
|
||||
import { uniq } from 'lodash';
|
||||
|
||||
import { BanUserButton } from './BanUserButton';
|
||||
|
||||
Reference in New Issue
Block a user