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
2025-09-05 15:13:52 +01:00
committed by GitHub
parent f2419f2513
commit 76df9799ec
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';