Skip to content

Commit

Permalink
fix: move primitives to events folder
Browse files Browse the repository at this point in the history
  • Loading branch information
yasha-black committed Mar 24, 2023
1 parent eab359c commit 21b7992
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/events/generalProps.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ElementLocation, ElementName } from '../primitives';
import { ElementLocation, ElementName } from './primitives';

export type WebVitalsProps =
| { cumulative_layout_shift: number }
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ export * from './analytics/utils';
export * from './events';
export * from './events/generalEvents';
export * from './events/generalProps';
export * from './primitives';
export * from './events/primitives';

0 comments on commit 21b7992

Please sign in to comment.