🤖 feat: Add titling to Google client (#2983)

* feat: Add titling to Google client

* feat: Add titling to Google client

* PR feedback changes
This commit is contained in:
Matthew Unrath 2024-06-22 08:42:51 -07:00 committed by GitHub
parent aac01df80c
commit b5081bfe86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 193 additions and 5 deletions

View file

@ -1,8 +1,9 @@
const addTitle = require('./addTitle');
const buildOptions = require('./buildOptions');
const initializeClient = require('./initializeClient');
module.exports = {
// addTitle, // todo
addTitle,
buildOptions,
initializeClient,
};