Skip to content

Commit cf8f5d1

Browse files
Remove unused formatRelativeTime import (#16549)
Signed-off-by: Graham Campbell <GrahamCampbell@users.noreply.github.com>
1 parent 0b7c0e4 commit cf8f5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/vtadmin/src/components/routes/workflow/WorkflowStreams.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { Link } from 'react-router-dom';
2020

2121
import { useWorkflow } from '../../../hooks/api';
2222
import { formatAlias } from '../../../util/tablets';
23-
import { formatDateTime, formatRelativeTime } from '../../../util/time';
23+
import { formatDateTime } from '../../../util/time';
2424
import { formatStreamKey, getStreams, getStreamSource, getStreamTarget } from '../../../util/workflows';
2525
import { DataCell } from '../../dataTable/DataCell';
2626
import { DataTable } from '../../dataTable/DataTable';

0 commit comments

Comments
 (0)