Skip to content

Commit

Permalink
update rrweb/types import
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Dec 17, 2024
1 parent d4f2da1 commit ed9f888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rrweb/test/events/moving-style-sheet-on-diff.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { EventType, IncrementalSource } from '@rrweb/types';
import type { eventWithTime } from '@rrweb/types';
import { EventType, IncrementalSource } from '@sentry-internal/rrweb-types';
import type { eventWithTime } from '@sentry-internal/rrweb-types';

const now = Date.now();
const events: eventWithTime[] = [
Expand Down

0 comments on commit ed9f888

Please sign in to comment.