Security fixes to lib files
This commit is contained in:
8
src/lib/google/client.ts
Normal file
8
src/lib/google/client.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Client-side Google API integration module
|
||||
*
|
||||
* This module provides utilities for interacting with Google APIs from the client-side.
|
||||
*/
|
||||
|
||||
// Re-export auth utilities
|
||||
export * from './auth/client.js';
|
||||
Reference in New Issue
Block a user