aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/list/BugRow.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/pages/list/BugRow.tsx')
-rw-r--r--webui/src/pages/list/BugRow.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/src/pages/list/BugRow.tsx b/webui/src/pages/list/BugRow.tsx
index 68a3b299..b3380dd7 100644
--- a/webui/src/pages/list/BugRow.tsx
+++ b/webui/src/pages/list/BugRow.tsx
@@ -1,4 +1,4 @@
-import React from 'react';
+import * as React from 'react';
import { Link } from 'react-router-dom';
import TableCell from '@material-ui/core/TableCell/TableCell';