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,5 +1,3 @@
import { h } from 'preact'
export default function TextMessage ({ style, text }) {
const defaultContent = (
<span className={['message', style].join(' ')}>