diff options
author | Quentin Gliech <quentingliech@gmail.com> | 2022-02-16 10:32:20 +0100 |
---|---|---|
committer | Quentin Gliech <quentingliech@gmail.com> | 2022-02-16 10:32:20 +0100 |
commit | bce4d095e16fb33d181b29aa1d3476037c0c873a (patch) | |
tree | 5906465bec4fec179597cd707a710bad08583cd8 /webui/src/pages/bug/TimelineQuery.tsx | |
parent | ce50269639988e39fe4e27cc8c309a9d5c75c958 (diff) | |
download | git-bug-bce4d095e16fb33d181b29aa1d3476037c0c873a.tar.gz |
webui: replace React imports
Diffstat (limited to 'webui/src/pages/bug/TimelineQuery.tsx')
-rw-r--r-- | webui/src/pages/bug/TimelineQuery.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/webui/src/pages/bug/TimelineQuery.tsx b/webui/src/pages/bug/TimelineQuery.tsx index d66c665b..52e8a827 100644 --- a/webui/src/pages/bug/TimelineQuery.tsx +++ b/webui/src/pages/bug/TimelineQuery.tsx @@ -1,5 +1,3 @@ -import React from 'react'; - import CircularProgress from '@material-ui/core/CircularProgress'; import { BugFragment } from './Bug.generated'; |