mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix lint.
Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
This commit is contained in:
parent
93cbce4ca8
commit
453a90c9a8
@ -6,7 +6,8 @@
|
||||
import { render, screen } from "@testing-library/react";
|
||||
import React from "react";
|
||||
import "@testing-library/jest-dom/extend-expect";
|
||||
import { CatalogCategory, CatalogCategorySpec } from "../../../../common/catalog";
|
||||
import type { CatalogCategorySpec } from "../../../../common/catalog";
|
||||
import { CatalogCategory } from "../../../../common/catalog";
|
||||
import { CatalogCategoryLabel } from "../catalog-category-label";
|
||||
|
||||
class CatalogCategoryWithoutBadge extends CatalogCategory {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user