components: remove redundant h import

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

View file

@ -1,4 +1,3 @@
import { h } from 'preact'
import { Link } from 'wouter-preact'
import GameEntry from

View file

@ -1,4 +1,3 @@
import { h } from 'preact'
import { Link } from 'wouter-preact'
import {

View file

@ -1,4 +1,3 @@
import { h } from 'preact'
import { Link } from 'wouter-preact'
export default function NotFoundView () {

View file

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

View file

@ -1,4 +1,3 @@
import { h } from 'preact'
import { Link } from 'wouter-preact'
import './ThemesView.css'