Remove unused import
Signed-off-by: Erik Engervall <erik.engervall@gmail.com>
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user