Skip to content

Commit 8dc8e32

Browse files
committed
refactor: remove unused
1 parent 58d63e0 commit 8dc8e32

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/utils.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,3 @@ import { twMerge } from 'tailwind-merge';
44
export function cn(...inputs: ClassValue[]) {
55
return twMerge(clsx(inputs));
66
}
7-
8-
export function getCurrentDate() {
9-
// Using a fixed date for development and demo purposes
10-
// This ensures consistent behavior across the application
11-
return new Date('2025-03-13T16:59:48+07:00');
12-
}

0 commit comments

Comments
 (0)