From aa2885e4139efaf346c8a6dcf937b5b831ec478f Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Tue, 18 May 2021 09:14:30 +0300 Subject: [PATCH] cleanup Signed-off-by: Jari Kolehmainen --- src/common/__tests__/hotbar-store.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/__tests__/hotbar-store.test.ts b/src/common/__tests__/hotbar-store.test.ts index 7979e9bb5e..51002fee23 100644 --- a/src/common/__tests__/hotbar-store.test.ts +++ b/src/common/__tests__/hotbar-store.test.ts @@ -20,8 +20,6 @@ */ import mockFs from "mock-fs"; -import { CatalogEntityItem } from "../../renderer/components/+catalog/catalog-entity.store"; -import { CatalogEntity } from "../catalog"; import { ClusterStore } from "../cluster-store"; import { HotbarStore } from "../hotbar-store";