Skip to content

Commit 2872d0e

Browse files
committed
Fix imports
1 parent 600f9cf commit 2872d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rrweb-snapshot/src/rebuild.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { type Rule, type Media, type NodeWithRules, parse, mediaSelectorPlugin, pseudoClassPlugin } from './css';
1+
import { mediaSelectorPlugin, pseudoClassPlugin } from './css';
22
import {
33
type serializedNodeWithId,
44
NodeType,

0 commit comments

Comments
 (0)