import { vi } from 'vitest';

export const useTimeAgo = vi.fn(() => ({
  format: () => '5 days ago',
}));
