From 8b53c68cc32ecd97778f937f174648c931560979 Mon Sep 17 00:00:00 2001 From: Yury Antonov <1390348+yantonov@users.noreply.github.com> Date: Fri, 15 Jan 2021 19:02:31 +0100 Subject: [PATCH] add missing Fragment import --- frontend/app/components/user-info/last-comments-list.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/user-info/last-comments-list.tsx b/frontend/app/components/user-info/last-comments-list.tsx index d0ba3c8e..0036f010 100644 --- a/frontend/app/components/user-info/last-comments-list.tsx +++ b/frontend/app/components/user-info/last-comments-list.tsx @@ -1,4 +1,4 @@ -import { h } from 'preact'; +import { h, Fragment } from 'preact'; import { Comment as CommentType } from 'common/types';