diff options
Diffstat (limited to 'webui/src/components/CloseBugButton/index.tsx')
-rw-r--r-- | webui/src/components/CloseBugButton/index.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/webui/src/components/CloseBugButton/index.tsx b/webui/src/components/CloseBugButton/index.tsx index bb154ea7..77b93e7f 100644 --- a/webui/src/components/CloseBugButton/index.tsx +++ b/webui/src/components/CloseBugButton/index.tsx @@ -1,5 +1,3 @@ -import React from 'react'; - import Button from '@material-ui/core/Button'; import CircularProgress from '@material-ui/core/CircularProgress'; import { makeStyles, Theme } from '@material-ui/core/styles'; |