fix validation warning

This commit is contained in:
Justin Halsall
2026-04-01 12:00:00 +08:00
parent d8285664dc
commit 48304ffc94

View File

@@ -1,7 +1,7 @@
<script lang="ts">
import { onMount, onDestroy } from 'svelte';
import { Replayer, unpack, mirror } from 'rrweb';
import type { eventWithTime, playerConfig } from 'rrweb/typings/types';
import type { eventWithTime } from 'rrweb/typings/types';
import {
inlineCss,
openFullscreen,