weewoo
This commit is contained in:
16
lib/utils/index.ts
Normal file
16
lib/utils/index.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* Main utilities index file
|
||||
* Re-exports all utility functions from their respective modules
|
||||
*/
|
||||
|
||||
// Re-export general utils
|
||||
export * from './general';
|
||||
|
||||
// Re-export auth utils
|
||||
export * from './auth';
|
||||
|
||||
// Re-export git utils
|
||||
export * from './git';
|
||||
|
||||
// Re-export style utils
|
||||
export * from './styles';
|
||||
Reference in New Issue
Block a user