From bce4d095e16fb33d181b29aa1d3476037c0c873a Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Wed, 16 Feb 2022 10:32:20 +0100 Subject: webui: replace React imports --- webui/src/components/CloseBugButton/index.tsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'webui/src/components/CloseBugButton/index.tsx') 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'; -- cgit