fix validation warning
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { onMount, onDestroy } from 'svelte';
|
import { onMount, onDestroy } from 'svelte';
|
||||||
import { Replayer, unpack, mirror } from 'rrweb';
|
import { Replayer, unpack, mirror } from 'rrweb';
|
||||||
import type { eventWithTime, playerConfig } from 'rrweb/typings/types';
|
import type { eventWithTime } from 'rrweb/typings/types';
|
||||||
import {
|
import {
|
||||||
inlineCss,
|
inlineCss,
|
||||||
openFullscreen,
|
openFullscreen,
|
||||||
|
|||||||
Reference in New Issue
Block a user