Fix missing import after #1705 (#1731)

* Fix missing import after #1705; probably was there before I requested changes
This commit is contained in:
Eoghan Murray
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 87ff67b978
commit 3c1989a5f7
3 changed files with 7 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ import {
extractFileExtension,
fixSafariColons,
isNodeMetaEqual,
stringifyStylesheet,
} from '../src/utils';
import { NodeType } from '@rrweb/types';
import type { serializedNode, serializedNodeWithId } from '@rrweb/types';