Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-el committed Nov 22, 2023
1 parent e1eb5ce commit 2be7df4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion plugins/browser-plugin-button-click-tracking/src/button.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { DynamicContext, ButtonClickEvent, CommonEventProperties } from '@snowplow/tracker-core';
import { DynamicContext, CommonEventProperties } from '@snowplow/tracker-core';
import { clickHandler } from './clickHandler';
import { FilterFunction } from './filter';
import { ButtonClickEvent } from './core';

export function addListenersToButtonElements(
trackerId: string,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DynamicContext, ButtonClickEvent, CommonEventProperties, resolveDynamicContext } from '@snowplow/tracker-core';
import { DynamicContext, resolveDynamicContext } from '@snowplow/tracker-core';
import { trackButtonClick } from './api';
import { createEventFromButton } from './button';

Expand Down

0 comments on commit 2be7df4

Please sign in to comment.