From 62a9dd65822cca47a88a4e1328e97f26595db660 Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Mon, 5 Aug 2024 10:54:46 +0200 Subject: [PATCH] Cleanup --- frontend/test/token_tests/logic/token_actions_test.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/test/token_tests/logic/token_actions_test.cljs b/frontend/test/token_tests/logic/token_actions_test.cljs index 1b6565d00..88dd13b82 100644 --- a/frontend/test/token_tests/logic/token_actions_test.cljs +++ b/frontend/test/token_tests/logic/token_actions_test.cljs @@ -4,7 +4,6 @@ [app.common.test-helpers.files :as cthf] [app.common.test-helpers.shapes :as cths] [app.main.ui.workspace.tokens.changes :as wtch] - [app.main.ui.workspace.tokens.core :as wtc] [cljs.test :as t :include-macros true] [frontend-tests.helpers.pages :as thp] [frontend-tests.helpers.state :as ths]