Restructure progress
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
/**
|
||||
* Client-side Google API integration module
|
||||
* Google API integration module
|
||||
*
|
||||
* This module provides utilities for interacting with Google APIs from the client-side.
|
||||
* This module provides utilities for interacting with Google APIs:
|
||||
* - Authentication (server and client-side)
|
||||
* - Sheets API
|
||||
*/
|
||||
|
||||
// Re-export auth utilities
|
||||
export * from './auth/client.js';
|
||||
// Google service modules
|
||||
export * as googleAuthClient from './auth/client.ts';
|
||||
|
||||
export * as googleSheetsClient from './sheets/client.ts';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user