Update index.ts
This commit is contained in:
@@ -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';
|
||||
Reference in New Issue
Block a user