diff --git a/packages/auth-google/index.js b/packages/auth-google/index.js index 4d31a91..0ec5637 100644 --- a/packages/auth-google/index.js +++ b/packages/auth-google/index.js @@ -37,5 +37,3 @@ module.exports = ({ config, host, app }) => { } }; }; - -module.exports = {};