fix validation warning

This commit is contained in:
Justin Halsall
2021-04-22 15:35:57 +02:00
parent 30fe993e99
commit 6f0dde529e

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,