(...inputs: ClassValue[])
| 12 | import { formatISO } from 'date-fns'; |
| 13 | |
| 14 | export function cn(...inputs: ClassValue[]) { |
| 15 | return twMerge(clsx(inputs)); |
| 16 | } |
| 17 | |
| 18 | export const fetcher = async (url: string) => { |
| 19 | const response = await fetch(url); |
no outgoing calls
no test coverage detected