mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix type imports
Signed-off-by: Alex Culliere <alozhkin@mirantis.com>
This commit is contained in:
parent
493302a70c
commit
a09a4b27b3
@ -37,8 +37,8 @@ import { ConfirmDialog } from "../confirm-dialog";
|
||||
import { Tab, Tabs } from "../tabs";
|
||||
import { catalogCategoryRegistry } from "../../../common/catalog";
|
||||
import { CatalogAddButton } from "./catalog-add-button";
|
||||
import { RouteComponentProps } from "react-router";
|
||||
import { ICatalogViewRouteParam } from "./catalog.route";
|
||||
import type { RouteComponentProps } from "react-router";
|
||||
import type { ICatalogViewRouteParam } from "./catalog.route";
|
||||
import { Notifications } from "../notifications";
|
||||
|
||||
enum sortBy {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user