Skip to content

Commit

Permalink
Merge pull request #2 from baloise/fix-default
Browse files Browse the repository at this point in the history
fix: remove default
  • Loading branch information
yannickholzenkamp committed Jul 7, 2021
2 parents db5fe2e + c26d156 commit fc2c03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/google-tag-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export interface GtmSettings {
applicationName: string
}

export default class BalGoogleTagManager {
export class BalGoogleTagManager {
applicationName: string;

public isEnabled(): boolean {
Expand Down

0 comments on commit fc2c03e

Please sign in to comment.