components: remove redundant h import

This commit is contained in:
He4eT 2023-06-05 01:18:58 +03:00
commit cce69a2cd8
17 changed files with 0 additions and 22 deletions

View file

@ -1,4 +1,3 @@
import { h } from 'preact'
import { useState, useEffect } from 'preact/hooks'
import UrlPlayer from '~/src/components/Player/UrlPlayer'