Skip to content

Commit

Permalink
fixup! Move types from rrweb-snapshot to @rrweb/types
Browse files Browse the repository at this point in the history
  • Loading branch information
eoghanmurray committed Aug 23, 2024
1 parent 0205635 commit 182cc76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/rrdom/test/diff/dialog.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
*/
import { vi, MockInstance } from 'vitest';
import {
NodeType as RRNodeType,
createMirror,
Mirror as NodeMirror,
serializedNodeWithId,
} from 'rrweb-snapshot';
import {
NodeType as RRNodeType,
} from '@rrweb/types';
import { RRDocument } from '../../src';
import { diff, ReplayerHandler } from '../../src/diff';

Expand Down

0 comments on commit 182cc76

Please sign in to comment.