mirror of
https://github.com/owncast/owncast.git
synced 2025-11-01 19:32:20 +08:00
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:
@ -1,5 +1,5 @@
|
||||
import { Table } from 'antd';
|
||||
import format from 'date-fns/format';
|
||||
import { format } from 'date-fns';
|
||||
import { SortOrder } from 'antd/lib/table/interface';
|
||||
import { FC } from 'react';
|
||||
import { User } from '../../types/chat';
|
||||
|
||||
Reference in New Issue
Block a user