diff --git a/lib/utils/index.ts b/lib/utils/index.ts index 0812fa3..3abd9c4 100644 --- a/lib/utils/index.ts +++ b/lib/utils/index.ts @@ -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'; \ No newline at end of file