Update index.ts

This commit is contained in:
NotII
2025-04-07 19:49:20 +01:00
parent 530560f590
commit 0c1d1cf8ed

View File

@@ -12,5 +12,5 @@ export * from './auth';
// Re-export git utils
export * from './git';
// Re-export style utils
export * from './styles';
// Re-export style utils (explicitly to avoid naming conflicts)
export { cn as stylesCn } from './styles';