Remove unused import

Signed-off-by: Erik Engervall <erik.engervall@gmail.com>
This commit is contained in:
Erik Engervall
2021-05-06 14:17:50 +02:00
parent 73a2c649cb
commit 1156773572
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import React, { useState, ComponentProps } from 'react';
import React, { ComponentProps } from 'react';
import { Alert, AlertTitle } from '@material-ui/lab';
import { ErrorBoundary, Progress, useApi } from '@backstage/core';