mirror of
https://github.com/owncast/owncast.git
synced 2025-11-02 11:56:57 +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:
@ -2,7 +2,7 @@ import React, { FC, useState } from 'react';
|
||||
import { Table, Tag, Typography } from 'antd';
|
||||
import Linkify from 'react-linkify';
|
||||
import { SortOrder, TablePaginationConfig } from 'antd/lib/table/interface';
|
||||
import format from 'date-fns/format';
|
||||
import { format } from 'date-fns';
|
||||
|
||||
const { Title } = Typography;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user