aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/bug/MessageHistoryDialog.tsx
diff options
context:
space:
mode:
authorQuentin Gliech <quentingliech@gmail.com>2022-02-16 10:32:20 +0100
committerQuentin Gliech <quentingliech@gmail.com>2022-02-16 10:32:20 +0100
commitbce4d095e16fb33d181b29aa1d3476037c0c873a (patch)
tree5906465bec4fec179597cd707a710bad08583cd8 /webui/src/pages/bug/MessageHistoryDialog.tsx
parentce50269639988e39fe4e27cc8c309a9d5c75c958 (diff)
downloadgit-bug-bce4d095e16fb33d181b29aa1d3476037c0c873a.tar.gz
webui: replace React imports
Diffstat (limited to 'webui/src/pages/bug/MessageHistoryDialog.tsx')
-rw-r--r--webui/src/pages/bug/MessageHistoryDialog.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/src/pages/bug/MessageHistoryDialog.tsx b/webui/src/pages/bug/MessageHistoryDialog.tsx
index 84848cce..c1302196 100644
--- a/webui/src/pages/bug/MessageHistoryDialog.tsx
+++ b/webui/src/pages/bug/MessageHistoryDialog.tsx
@@ -1,5 +1,5 @@
import moment from 'moment';
-import React from 'react';
+import * as React from 'react';
import Moment from 'react-moment';
import MuiAccordion from '@material-ui/core/Accordion';