Skip to content

Commit c605022

Browse files
committed
cleanup
1 parent c28f3d8 commit c605022

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/compass-components/src/hooks/use-formatted-date.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { formatDate } from '../utils/format-date';
22

33
import { useState, useEffect } from 'react';
44

5-
export function useFormattedDate(timestamp: undefined): undefined;
65
export function useFormattedDate(timestamp: number): string;
76
export function useFormattedDate(timestamp?: number): string | undefined;
87
export function useFormattedDate(timestamp?: number): string | undefined {

0 commit comments

Comments
 (0)