From a09a4b27b345622238ea394aaa0ebbd09bc07e9f Mon Sep 17 00:00:00 2001 From: Alex Culliere Date: Wed, 19 May 2021 19:29:36 +0300 Subject: [PATCH] Fix type imports Signed-off-by: Alex Culliere --- src/renderer/components/+catalog/catalog.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/renderer/components/+catalog/catalog.tsx b/src/renderer/components/+catalog/catalog.tsx index d07d2bc0f9..5211e034c2 100644 --- a/src/renderer/components/+catalog/catalog.tsx +++ b/src/renderer/components/+catalog/catalog.tsx @@ -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 {