chore: remove unused import

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-08-30 10:52:40 +02:00
parent e1505b2a20
commit c5fa0a2fa1
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import React, { ComponentProps, ReactElement, ReactNode } from 'react';
import React, { ReactElement, ReactNode } from 'react';
import { Route } from 'react-router';
import { useApp } from '@backstage/core-plugin-api';
import { usePermission } from '../hooks';