fix: mock next/font in tests and remove broken shared export

This commit is contained in:
Ilia Mashkov
2026-04-23 21:01:46 +03:00
parent 68d5de3716
commit 5dbf5e34c2
6 changed files with 99 additions and 11 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
export { cn } from './cn';
export type { ClassValue } from 'clsx';
export { cn } from './cn';
export * from './fonts';
export * from './formatDate';