Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hwellmann committed Sep 15, 2024
1 parent be5d7dd commit 08842bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/google-sign-in/lib/google-sign-in.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { GoogleAccessTokenService } from './services/google-access-token.service
import { GoogleApiLoaderService } from './services/google-api-loader.service';
import { GoogleAuthService } from './services/google-auth.service';
import { GoogleSignInLoaderService } from './services/google-sign-in-loader.service';
import { GoogleSignInService } from './services/google-sign-in.service';


@NgModule({
Expand All @@ -19,7 +18,6 @@ export class GoogleSignInModule {
GoogleAccessTokenService,
GoogleApiLoaderService,
GoogleAuthService,
GoogleSignInService,
GoogleSignInLoaderService,
]
};
Expand Down

0 comments on commit 08842bb

Please sign in to comment.