add missing Fragment import

This commit is contained in:
Yury Antonov
2021-01-15 12:12:19 -06:00
committed by Umputun
parent fa22e32757
commit 8b53c68cc3
@@ -1,4 +1,4 @@
import { h } from 'preact';
import { h, Fragment } from 'preact';
import { Comment as CommentType } from 'common/types';