Update HTMLPreview.svelte

This commit is contained in:
Arhey 2023-03-07 03:06:55 +03:00
parent 48b82f5cd5
commit ce1b355dce

View file

@ -1,7 +1,7 @@
<script>
import dayjs from 'dayjs'
import { goto } from '$app/navigation'
import { search, query, hasQuery, channels, setSearchParam } from '~/store'
import { query, hasQuery, channels, setSearchParam } from '~/store'
export let data
export let close